|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator
com.rapidminer.operator.preprocessing.transformation.aggregation.VarianceAggregator
public class VarianceAggregator
This is an Aggregator
for the VarianceAggregationFunction
Constructor Summary | |
---|---|
VarianceAggregator(AggregationFunction function)
|
Method Summary | |
---|---|
void |
count(double value)
This method will count the given numerical value. |
void |
count(double value,
double weight)
Same as NumericalAggregator.count(double) , but taking the weight into account. |
double |
getValue()
This method has to return the numerical value of this aggregator. |
Methods inherited from class com.rapidminer.operator.preprocessing.transformation.aggregation.NumericalAggregator |
---|
count, count, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VarianceAggregator(AggregationFunction function)
Method Detail |
---|
public void count(double value)
NumericalAggregator
NumericalAggregator.count(double, double)
for taking weights into account. You may not mix both methods
within one aggregation run, as subclasses might implement more memory efficient data structures
when not using weights.
count
in class NumericalAggregator
public void count(double value, double weight)
NumericalAggregator
NumericalAggregator.count(double)
, but taking the weight into account. You may not mix both methods
within one aggregation run, as subclasses might implement more memory efficient data structures
when not using weights.
count
in class NumericalAggregator
public double getValue()
NumericalAggregator
getValue
in class NumericalAggregator
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |