- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DistributionStats, MinMaxStats
public interface NormalizerStats
extends java.io.Serializable
Interface for certain statistics about a population of data.
Can be constructed incrementally by using the DynamicCustomOpsBuilder, which is useful for obtaining these statistics from an
iterator.