|
||||||||||
| 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.BWElimLoopEndSettings
public class BWElimLoopEndSettings
This class contains th settings for the elimination loop's tail node.
| 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 |
|---|
public BWElimLoopEndSettings()
| Method Detail |
|---|
public String targetColumn()
public void targetColumn(String targetColumn)
targetColumn - the column's namepublic String predictionColumn()
public void predictionColumn(String targetColumn)
targetColumn - the column's namepublic void saveSettings(NodeSettingsWO settings)
settings - a node settings object
public 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 | |||||||||