org.knime.base.node.preproc.columnTrans
Class One2ManyColNodeModel

java.lang.Object
  extended by org.knime.core.node.NodeModel
      extended by org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
          extended by org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel

public class One2ManyColNodeModel
extends One2ManyColPMMLNodeModel

This node converts one column to many columns, such that each possible value becomes an extra column with the value 1 if the row contains this value in the original column and 0 otherwise.

Author:
Fabian Dill, University of Konstanz

Field Summary
 
Fields inherited from class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
CFG_COLUMNS
 
Constructor Summary
One2ManyColNodeModel()
           
 
Method Summary
 
Methods inherited from class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
configure, execute, loadInternals, loadValidatedSettingsFrom, reset, saveInternals, saveSettingsTo, validateSettings
 
Methods inherited from class org.knime.core.node.NodeModel
addWarningListener, configure, continueLoop, execute, executeModel, getAvailableFlowVariables, getCredentialsProvider, getInHiLiteHandler, getLoopEndNode, getLoopStartNode, getNrInPorts, getNrOutPorts, getOutgoingFlowObjectStack, getOutHiLiteHandler, getWarningMessage, notifyViews, notifyWarningListeners, onDispose, peekFlowVariableDouble, peekFlowVariableInt, peekFlowVariableString, peekScopeVariableDouble, peekScopeVariableInt, peekScopeVariableString, pushFlowVariableDouble, pushFlowVariableInt, pushFlowVariableString, pushScopeVariableDouble, pushScopeVariableInt, pushScopeVariableString, removeWarningListener, resetAndConfigureLoopBody, setInHiLiteHandler, setWarningMessage, stateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

One2ManyColNodeModel

public One2ManyColNodeModel()


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.