|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.meta.xvalidation.AggregateSettings
public class AggregateSettings
This class holds the settings for the aggregation node.
Constructor Summary | |
---|---|
AggregateSettings()
|
Method Summary | |
---|---|
void |
loadSettings(NodeSettingsRO settings)
Loads the settings from the given node settings object. |
void |
loadSettingsForDialog(NodeSettingsRO settings)
Loads the settings from the given node settings object. |
String |
predictionColumn()
Returns the prediction column containing the predicted class values. |
void |
predictionColumn(String predictionCol)
Sets the prediction column containing the predicted class values. |
void |
saveSettings(NodeSettingsWO settings)
Saves this object's settings to the given node settings. |
String |
targetColumn()
Returns the target column containing the real class values. |
void |
targetColumn(String targetCol)
sets the target column containing the real class values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateSettings()
Method Detail |
---|
public String targetColumn()
public void targetColumn(String targetCol)
targetCol
- column namepublic String predictionColumn()
public void predictionColumn(String predictionCol)
predictionCol
- column namepublic void saveSettings(NodeSettingsWO settings)
settings
- the node settingspublic void loadSettings(NodeSettingsRO settings) throws InvalidSettingsException
settings
- the node settings
InvalidSettingsException
- if the settings are invalidpublic void loadSettingsForDialog(NodeSettingsRO settings)
settings
- the node settings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |