|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.viz.roc.ROCSettings
public class ROCSettings
This class holds the settings for the ROC curve view.
Constructor Summary | |
---|---|
ROCSettings()
|
Method Summary | |
---|---|
String |
getClassColumn()
Returns the name of the class column. |
List<String> |
getCurves()
Returns the list of class probability columns that should be shown in the ROC view. |
DataCell |
getPositiveClass()
Returns the value from the class column that represents the "positive" class. |
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. |
void |
saveSettings(NodeSettingsWO settings)
Saves this object's settings to the given node settings. |
void |
setClassColumn(String colName)
Sets the name of the class column. |
void |
setPositiveClass(DataCell value)
Sets the value from the class column that represents the "positive" class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROCSettings()
Method Detail |
---|
public List<String> getCurves()
public String getClassColumn()
public void setPositiveClass(DataCell value)
value
- any valuepublic DataCell getPositiveClass()
public void setClassColumn(String colName)
colName
- the class column's 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 |