Package com.rapidminer.tools.math.function.aggregation

The classes in this package represent basic functions which can, for example, be used as aggregation functions.

See:
          Description

Interface Summary
AggregationFunction An aggregation function which calculates the value for a given value array.
 

Class Summary
AbstractAggregationFunction Superclass for aggregation functions providing some generic functions.
AverageFunction Calculates the average.
CountFunction Calculates the number of values.
MaxFunction Calculates the maximum.
MedianFunction Calculates the (weighted) median of some values.
MinFunction Calculates the minimum.
ModeFunction Calculates the mode of some values.
StandardDeviationFunction Calculates the standard deviation.
SumFunction Calculates the sum.
VarianceFunction Calculates the variance.
 

Package com.rapidminer.tools.math.function.aggregation Description

The classes in this package represent basic functions which can, for example, be used as aggregation functions.



Copyright © 2001-2009 by Rapid-I