public abstract class StatisticSorted extends Statistic
StatisticCalculator
to sort the data table, which leads to additional effort.Constructor and Description |
---|
StatisticSorted(Class<? extends DataValue>[] clazz,
String... columns) |
StatisticSorted(Class<? extends DataValue> clazz,
String... columns) |
afterEvaluation, assertIndexForColumn, beforeEvaluation, beforeEvaluation, consumeRow, containsColumn, finish, getColumns, getIndexForColumn, getIndices, init, init
@SafeVarargs public StatisticSorted(Class<? extends DataValue> clazz, String... columns)
clazz
- DataValue implementations for which this statistic is definedcolumns
- the columns for which this statistic is defined. If it is empty the default columns given in the
StatisticCalculator.StatisticCalculator(DataTableSpec, String[], Statistic...)
which are
compatible to the clazz attribute are used@SafeVarargs public StatisticSorted(Class<? extends DataValue>[] clazz, String... columns)
clazz
- DataValue implementation for which this statistic is definedcolumns
- the columns for which this statistic is defined. If it is empty the default columns given in the
StatisticCalculator.StatisticCalculator(DataTableSpec, String[], Statistic...)
which are
compatible to the clazz attribute are used
KNIME GmbH, Konstanz, Germany
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.