org.knime.base.data.aggregation.numerical
Class StdDeviationOperator
java.lang.Object
org.knime.base.data.aggregation.AggregationOperator
org.knime.base.data.aggregation.numerical.VarianceOperator
org.knime.base.data.aggregation.numerical.StdDeviationOperator
- All Implemented Interfaces:
- Comparable<AggregationMethod>, AggregationMethod
public class StdDeviationOperator
- extends VarianceOperator
Returns the standard deviation per group.
- Author:
- Tobias Koetter, University of Konstanz
| Methods inherited from class org.knime.base.data.aggregation.AggregationOperator |
compareTo, compute, createColumnSpec, createOperator, getColumnLabel, getGlobalSettings, getId, getLabel, getMaxUniqueValues, getOperatorData, getResult, getSkipMessage, getSupportedType, getSupportedTypeLabel, getValueDelimiter, inclMissingCells, isCompatible, isCompatible, isSkipped, isUsesLimit, keepColumnSpec, reset, setSkipMessage, setSkipped, supportsMissingValueOption, toString |
StdDeviationOperator
public StdDeviationOperator(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
- Constructor for class StdDeviationOperator.
- Parameters:
globalSettings - the global settingsopColSettings - the operator column specific settings
createInstance
public AggregationOperator createInstance(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
- Creates a new instance of this operator. A new instance is created for
each column.
- Overrides:
createInstance in class VarianceOperator
- Parameters:
globalSettings - the global settingsopColSettings - the operator column specific settings
- Returns:
- a new instance of this operator
getResultInternal
protected DataCell getResultInternal()
-
- Overrides:
getResultInternal in class VarianceOperator
- Returns:
- the result
DataCell
getDescription
public String getDescription()
-
- Specified by:
getDescription in interface AggregationMethod- Overrides:
getDescription in class VarianceOperator
- Returns:
- a description that explains the used aggregation method to
the user
Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.