|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PivotAggregationMethod | |
---|---|
org.knime.base.node.preproc.pivot | Contains a node to perform a pivoting on one column against another group column. |
Uses of PivotAggregationMethod in org.knime.base.node.preproc.pivot |
---|
Fields in org.knime.base.node.preproc.pivot declared as PivotAggregationMethod | |
---|---|
(package private) static PivotAggregationMethod |
PivotAggregationMethod.COUNT
Method only counts the number of non-empty and non-missing occurrences. |
(package private) static PivotAggregationMethod |
PivotAggregationMethod.MAX
Method returns the maximum value over all values. |
(package private) static PivotAggregationMethod |
PivotAggregationMethod.MEAN
Method computes the mean over all values. |
(package private) static PivotAggregationMethod |
PivotAggregationMethod.MIN
Method returns the minimum over all values. |
(package private) static PivotAggregationMethod |
PivotAggregationMethod.STDDEV
Method computes the variance over all values. |
(package private) static PivotAggregationMethod |
PivotAggregationMethod.SUM
Method computes the sum over all values. |
(package private) static PivotAggregationMethod |
PivotAggregationMethod.VARIANCE
Method computes the variance over all values. |
Fields in org.knime.base.node.preproc.pivot with type parameters of type PivotAggregationMethod | |
---|---|
(package private) static Map<String,PivotAggregationMethod> |
PivotAggregationMethod.METHODS
Set of methods used to compute the aggregation value for one column. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |