See: Description
Interface | Description |
---|---|
IAggregator |
Aggregtor interface.
|
Class | Description |
---|---|
MathUtils |
Collection of math utility methods.
|
MaxAggregator |
Maximum aggregator.
|
MeanAggregator |
Average aggregator.
|
MinAggregator |
Minimum aggregator.
|
PairwiseAggregatorBase |
This is a base class for aggregators that have a defined neutral element and
operate in pairwise manner.
|
PercentileAggregator |
Calculates a given percentile.
|
Range |
A class that represents ranges that may include or exclude the upper and
lower bounds.
|
StdDevAggregator |
Calculates the standard deviation.
|
SumAggregator |
Sum aggregator.
|
VarianceAggregator |
Calculates the variance with a two-pass algorithm.
|
Enum | Description |
---|---|
EAggregationStrategy |
Enumeration for different aggregation strategies.
|
Collection of classes to aggregate values for lists of all values. Default
entry point to this functionality is MathUtils
.