|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction
com.rapidminer.tools.math.function.aggregation.VarianceFunction
com.rapidminer.tools.math.function.aggregation.StandardDeviationFunction
public class StandardDeviationFunction
Calculates the standard deviation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction |
---|
AbstractAggregationFunction.AggregationFunctionType |
Field Summary |
---|
Fields inherited from class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction |
---|
AVERAGE, COUNT, DEFAULT_IGNORE_MISSINGS, foundMissing, ignoreMissings, KNOWN_AGGREGATION_FUNCTION_NAMES, KNOWN_AGGREGATION_FUNCTIONS, MAXIMUM, MEDIAN, MINIMUM, MODE, PRODUCT, STANDARD_DEVIATION, SUM, VARIANCE |
Constructor Summary | |
---|---|
StandardDeviationFunction()
|
|
StandardDeviationFunction(java.lang.Boolean ignoreMissings)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the aggregation function. |
double |
getValue()
Returns the function value. |
Methods inherited from class com.rapidminer.tools.math.function.aggregation.VarianceFunction |
---|
reset, supportsAttribute, update, update |
Methods inherited from class com.rapidminer.tools.math.function.aggregation.AbstractAggregationFunction |
---|
calculate, calculate, createAggregationFunction, createAggregationFunction, createAggregationFunction, createAggregationFunction, getValueTypeOfResult, supportsAttribute, supportsValueType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardDeviationFunction()
public StandardDeviationFunction(java.lang.Boolean ignoreMissings)
Method Detail |
---|
public java.lang.String getName()
AggregationFunction
getName
in interface AggregationFunction
getName
in class VarianceFunction
public double getValue()
AggregationFunction
getValue
in interface AggregationFunction
getValue
in class VarianceFunction
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |