Uses of Class
org.knime.core.data.container.ColumnRearranger

Packages that use ColumnRearranger
org.knime.base.node.mine.bfn Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. 
org.knime.base.node.preproc.rowkey This package contains all classes of the RowKey node which provides the following function: Replacing of the current rowkey with the values of a column Creating a column with the row key values  
org.knime.core.data.container Implementation of a DataContainer
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
 

Uses of ColumnRearranger in org.knime.base.node.mine.bfn
 

Methods in org.knime.base.node.mine.bfn that return ColumnRearranger
 ColumnRearranger BasisFunctionPredictorNodeModel.createRearranger(DataTableSpec dataSpec, String[] modelSpec)
          Creates a column rearranger based on the data spec.
 

Uses of ColumnRearranger in org.knime.base.node.preproc.rowkey
 

Methods in org.knime.base.node.preproc.rowkey that return ColumnRearranger
static ColumnRearranger RowKeyUtil.createColumnRearranger(DataTableSpec inSpec, String newColName, DataType type)
          Creates the ColumnRearranger that appends a new column with the values of the row id to a data table.
 

Uses of ColumnRearranger in org.knime.core.data.container
 

Methods in org.knime.core.data.container with parameters of type ColumnRearranger
static RearrangeColumnsTable RearrangeColumnsTable.create(ColumnRearranger rearranger, BufferedDataTable table, ExecutionMonitor subProgress, ExecutionContext context)
          This factory method is intended to be used immediately before the BufferedDataTable is created.
 

Uses of ColumnRearranger in org.knime.core.node
 

Methods in org.knime.core.node with parameters of type ColumnRearranger
 BufferedDataTable ExecutionContext.createColumnRearrangeTable(BufferedDataTable in, ColumnRearranger rearranger, ExecutionMonitor subProgressMon)
          Creates a new BufferedDataTable based on a given input table (in) whereby only some of the columns of in have changed.
 



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.