Uses of Class
org.knime.base.node.preproc.pivot.PivotAggregationMethod

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.
 



Copyright, 2003 - 2010. 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.