|
||||||||||
| 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 | |
|---|---|
boolean |
addFoldId()
Returns if the output table should contain an additional column for each row with the id of the fold in which the result was produced. |
void |
addFoldId(boolean b)
Sets if the output table should contain an additional column for each row with the id of the fold in which the result was produced. |
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 void addFoldId(boolean b)
b - true if the additional column should be added,
false otherwisepublic boolean addFoldId()
true if the additional column should be added,
false otherwisepublic 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 settings
public void loadSettings(NodeSettingsRO settings)
throws org.knime.core.node.InvalidSettingsException
settings - the node settings
org.knime.core.node.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 | |||||||||