Package elki.logging.statistics
Interface Statistic
-
- All Known Implementing Classes:
AbstractStatistic,AtomicLongCounter,DoubleStatistic,LongStatistic,MillisTimeDuration,NanoDuration,StringStatistic,UnsynchronizedLongCounter
public interface StatisticAbstract base interface for statistics tracking.- Since:
- 0.6.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringformatValue()Get a formatted version of the value, for output.java.lang.StringgetKey()Get the key of this statistic.
-