|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.data.aggregation.AggregationOperator
org.knime.base.data.aggregation.general.ListCellOperator
org.knime.base.data.aggregation.general.SortedListCellOperator
org.knime.base.data.aggregation.numerical.MedianOperator
public class MedianOperator
Computes the median of a list of numbers.
| Constructor Summary | |
|---|---|
|
MedianOperator(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
Constructor for class MedianOperator. |
protected |
MedianOperator(OperatorData operatorData,
GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
Constructor for class MedianOperator. |
| Method Summary | |
|---|---|
AggregationOperator |
createInstance(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
Creates a new instance of this operator. |
protected DataType |
getDataType(DataType origType)
|
String |
getDescription()
|
protected DataCell |
getResultInternal()
|
| Methods inherited from class org.knime.base.data.aggregation.general.SortedListCellOperator |
|---|
sortCells |
| Methods inherited from class org.knime.base.data.aggregation.general.ListCellOperator |
|---|
computeInternal, getCells, resetInternal |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected MedianOperator(OperatorData operatorData,
GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
operatorData - the operator dataglobalSettings - the global settingsopColSettings - the operator column specific settings
public MedianOperator(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
globalSettings - the global settingsopColSettings - the operator column specific settings| Method Detail |
|---|
protected DataType getDataType(DataType origType)
getDataType in class ListCellOperatororigType - the DataType of the original column to aggregate
DataType of the aggregation result
public AggregationOperator createInstance(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
createInstance in class SortedListCellOperatorglobalSettings - the global settingsopColSettings - the operator column specific settings
protected DataCell getResultInternal()
getResultInternal in class SortedListCellOperatorDataCellpublic String getDescription()
getDescription in interface AggregationMethodgetDescription in class SortedListCellOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||