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 voidLogging. 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 interfaceCounterSimple statistic by counting.interfaceDurationClass that tracks the duration of a task.Classes in elki.logging.statistics that implement Statistic Modifier and Type Class Description classAbstractStatisticAbstract base class for statistics tracking.classAtomicLongCounterClass to count events in a thread-safe counter.classDoubleStatisticTrivial double-valued statistic.classLongStatisticTrivial long-valued statistic.classMillisTimeDurationClass that tracks the runtime of a task withSystem.nanoTime()classNanoDurationClass that tracks the runtime of a task withSystem.nanoTime()classStringStatisticTrivial string based statistic.classUnsynchronizedLongCounterClass to count events in a thread-safe counter.
-