|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
public class GeneralRegressionPredictorSettings
This class hold the settings for the General Regression Predictor node.
| Field Summary | |
|---|---|
(package private) static String |
CFG_INCLUDE_PROBABILITIES
Key for whether to include probabilities in the output. |
(package private) static String |
CFG_TARGET
Key for the target column, used for dialog settings. |
| Constructor Summary | |
|---|---|
GeneralRegressionPredictorSettings()
|
|
| Method Summary | |
|---|---|
boolean |
getIncludeProbabilities()
|
void |
loadSettings(NodeSettingsRO settings)
Loads the settings from the node settings object. |
void |
loadSettingsForDialog(NodeSettingsRO settings)
Loads the settings from the node settings object using default values if some settings are missing. |
void |
saveSettings(NodeSettingsWO settings)
Saves the settings into the node settings object. |
void |
setIncludeProbabilities(boolean includeProbabilities)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final String CFG_INCLUDE_PROBABILITIES
static final String CFG_TARGET
| Constructor Detail |
|---|
public GeneralRegressionPredictorSettings()
| Method Detail |
|---|
public boolean getIncludeProbabilities()
public void setIncludeProbabilities(boolean includeProbabilities)
includeProbabilities - the includeProbabilities to set
public void loadSettings(NodeSettingsRO settings)
throws InvalidSettingsException
settings - a node settings object
InvalidSettingsException - if some settings are missingpublic void loadSettingsForDialog(NodeSettingsRO settings)
settings - a node settings objectpublic void saveSettings(NodeSettingsWO settings)
settings - a node settings object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||