| Interface | Description |
|---|---|
| NormalizerStats |
Interface for certain statistics about a population of data.
|
| NormalizerStats.Builder<S extends NormalizerStats> |
| Class | Description |
|---|---|
| DistributionStats |
Statistics about the normal distribution of values in data (means and standard deviations).
|
| DistributionStats.Builder |
DynamicCustomOpsBuilder class that can incrementally update a running mean and variance in order to create statistics for a
large set of data
|
| MinMaxStats |
Statistics about the lower bounds and upper bounds of values in data.
|
| MinMaxStats.Builder |
DynamicCustomOpsBuilder class that can incrementally update a running lower and upper bound in order to create statistics for a
large set of data
|
Copyright © 2018. All rights reserved.