Uses of Interface
elki.logging.statistics.Statistic
-
Packages that use Statistic Package Description elki.logging Logging facility for controlling logging behavior of the complete framework.elki.logging.statistics Classes for logging various statistics. -
-
Uses of Statistic in elki.logging
Methods in elki.logging with parameters of type Statistic Modifier and Type Method Description void
Logging. statistics(Statistic stats)
Log a statistics object. -
Uses of Statistic in elki.logging.statistics
Subinterfaces of Statistic in elki.logging.statistics Modifier and Type Interface Description interface
Counter
Simple statistic by counting.interface
Duration
Class that tracks the duration of a task.Classes in elki.logging.statistics that implement Statistic Modifier and Type Class Description class
AbstractStatistic
Abstract base class for statistics tracking.class
AtomicLongCounter
Class to count events in a thread-safe counter.class
DoubleStatistic
Trivial double-valued statistic.class
LongStatistic
Trivial long-valued statistic.class
MillisTimeDuration
Class that tracks the runtime of a task withSystem.nanoTime()
class
NanoDuration
Class that tracks the runtime of a task withSystem.nanoTime()
class
StringStatistic
Trivial string based statistic.class
UnsynchronizedLongCounter
Class to count events in a thread-safe counter.
-