Package org.knime.base.data.aggregation.general

Contains implementations of the AggregationOperator that are compatible to DataValue which are basically all types.

See:
          Description

Class Summary
ConcatenateOperator Returns the all values concatenated per group.
CountOperator Returns the count per group.
FirstOperator Returns the first element per group.
LastOperator Returns the last element per group.
ListCellOperator Returns all values as a ListCell per group.
MaxOperator Returns the maximum per group.
MinOperator Returns the minimum per group.
MissingValueCountOperator Returns the number of missing values per group.
ModeOperator Returns the most frequent entry per group.
PercentOperator Returns the percentage per group.
SetCellOperator Returns all values as a SetCell per group.
SortedListCellOperator Returns all values as a sorted ListCell per group.
UniqueConcatenateOperator Returns the concatenation of all different values per group.
UniqueConcatenateWithCountOperator Returns the concatenation of all different values per group and the number of cells per distinct value.
UniqueCountOperator Returns the count of the unique values per group.
 

Package org.knime.base.data.aggregation.general Description

Contains implementations of the AggregationOperator that are compatible to DataValue which are basically all types.



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.