See: Description
Interface | Description |
---|---|
Quantize.Function |
A function used to aggregate values into one bucket, e.g.
|
Quantize.Function.Factory |
Interface for a function factory.
|
Class | Description |
---|---|
LatestValueFunction |
Simple quantize function which just returns the last value add to the
distribution bucket.
|
Quantize |
Create a value or frequency distribution out of arbitrary values.
|
Quantize.Builder |
Quantize factory |