|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationMethod | |
---|---|
org.knime.base.node.preproc.groupby | Contains a node to perform a group by operation on an input table. |
org.knime.base.node.preproc.groupby.aggregation | Contains helper classes that perform the aggregation. |
org.knime.base.node.preproc.groupby.dialogutil | Contains helper classes that are used in the configuration dialog of the node. |
Uses of AggregationMethod in org.knime.base.node.preproc.groupby |
---|
Methods in org.knime.base.node.preproc.groupby with parameters of type AggregationMethod | |
---|---|
String |
ColumnNamePolicy.createColumName(String origName,
AggregationMethod aggrMethod)
|
Uses of AggregationMethod in org.knime.base.node.preproc.groupby.aggregation |
---|
Methods in org.knime.base.node.preproc.groupby.aggregation that return AggregationMethod | |
---|---|
static AggregationMethod |
AggregationMethod.getAggregationMethod(DataColumnSpec colSpec,
AggregationMethod numericColMethod,
AggregationMethod nominalColMethod)
|
static AggregationMethod |
AggregationMethod.getDefaultMethod(DataColumnSpec spec)
|
static AggregationMethod |
AggregationMethod.getDefaultNominalMethod()
|
static AggregationMethod |
AggregationMethod.getDefaultNumericMethod()
|
AggregationMethod |
ColumnAggregator.getMethod()
|
static AggregationMethod |
AggregationMethod.getMethod4Label(String label)
|
static AggregationMethod |
AggregationMethod.getMethod4SettingsModel(SettingsModelString model)
|
static AggregationMethod |
AggregationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AggregationMethod[] |
AggregationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.knime.base.node.preproc.groupby.aggregation that return types with arguments of type AggregationMethod | |
---|---|
static List<AggregationMethod> |
AggregationMethod.getCompatibleMethods(DataColumnSpec colSpec)
|
Methods in org.knime.base.node.preproc.groupby.aggregation with parameters of type AggregationMethod | |
---|---|
static AggregationMethod |
AggregationMethod.getAggregationMethod(DataColumnSpec colSpec,
AggregationMethod numericColMethod,
AggregationMethod nominalColMethod)
|
Constructors in org.knime.base.node.preproc.groupby.aggregation with parameters of type AggregationMethod | |
---|---|
ColumnAggregator(DataColumnSpec origColSpec,
AggregationMethod method)
Constructor for class ColumnAggregator. |
Uses of AggregationMethod in org.knime.base.node.preproc.groupby.dialogutil |
---|
Methods in org.knime.base.node.preproc.groupby.dialogutil that return AggregationMethod | |
---|---|
AggregationMethod |
AggregationMethodComboBox.getSelectedMethod()
|
Methods in org.knime.base.node.preproc.groupby.dialogutil with parameters of type AggregationMethod | |
---|---|
protected void |
AggregationColumnTableModel.setAggregationMethod(int[] selectedRows,
AggregationMethod method)
|
void |
AggregationMethodComboBox.update(DataColumnSpec spec,
AggregationMethod selectedMethod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |