|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
public class BWElimLoopStartSettings
This class contains the settings for the backward elimination head node.
Constructor Summary | |
---|---|
BWElimLoopStartSettings()
|
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. |
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 |
---|
public BWElimLoopStartSettings()
Method Detail |
---|
public String targetColumn()
public void targetColumn(String targetColumn)
targetColumn
- the column's namepublic void saveSettings(NodeSettingsWO settings)
settings
- a node settings objectpublic void loadSettings(NodeSettingsRO settings) throws InvalidSettingsException
settings
- a node settings object
InvalidSettingsException
- if a settings is missingpublic void loadSettingsForDialog(NodeSettingsRO settings)
settings
- a node settings object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |