Uses of Class
elki.logging.statistics.AbstractStatistic
-
Packages that use AbstractStatistic Package Description elki.logging.statistics Classes for logging various statistics. -
-
Uses of AbstractStatistic in elki.logging.statistics
Subclasses of AbstractStatistic in elki.logging.statistics Modifier and Type Class Description 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.
-