org.knime.base.node.meta.feature.backwardelim
Class BWElimLoopEndSettings

java.lang.Object
  extended by org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings

public class BWElimLoopEndSettings
extends Object

This class contains th settings for the elimination loop's tail node.

Author:
Thorsten Meinl, University of Konstanz

Constructor Summary
BWElimLoopEndSettings()
           
 
Method Summary
 void loadSettings(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object.
 void loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object using default values if a settings is missing.
 String predictionColumn()
          Returns the prediction column's name.
 void predictionColumn(String targetColumn)
          Sets the prediction column's name.
 void saveSettings(NodeSettingsWO settings)
          Saves the settings from this object into the passed node settings object.
 String targetColumn()
          Returns the target column's name.
 void targetColumn(String targetColumn)
          Sets the target column's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BWElimLoopEndSettings

public BWElimLoopEndSettings()
Method Detail

targetColumn

public String targetColumn()
Returns the target column's name.

Returns:
the column's name

targetColumn

public void targetColumn(String targetColumn)
Sets the target column's name.

Parameters:
targetColumn - the column's name

predictionColumn

public String predictionColumn()
Returns the prediction column's name.

Returns:
the column's name

predictionColumn

public void predictionColumn(String targetColumn)
Sets the prediction column's name.

Parameters:
targetColumn - the column's name

saveSettings

public void saveSettings(NodeSettingsWO settings)
Saves the settings from this object into the passed node settings object.

Parameters:
settings - a node settings object

loadSettings

public void loadSettings(NodeSettingsRO settings)
                  throws InvalidSettingsException
Loads the settings from passed node settings object into this object.

Parameters:
settings - a node settings object
Throws:
InvalidSettingsException - if a settings is missing

loadSettingsForDialog

public void loadSettingsForDialog(NodeSettingsRO settings)
Loads the settings from passed node settings object into this object using default values if a settings is missing.

Parameters:
settings - a node settings object


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.