Class SettingsData
java.lang.Object
si.ijs.kt.clus.main.settings.SettingsBase
si.ijs.kt.clus.main.settings.section.SettingsData
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class si.ijs.kt.clus.main.settings.SettingsBase
SettingsBase.YesNo
-
Field Summary
Fields inherited from class si.ijs.kt.clus.main.settings.SettingsBase
CHARSET, DEFAULT, EMPTY, FOUR_ONES, INFINITY, INFINITY_STRING, INFINITY_VALUE, m_Position, m_Section, NONE, NONELIST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Method should handle the INIFileSection initialization.Do we want to normalize the datadouble
int
double
int
boolean
boolean
boolean
boolean
boolean
boolean
isPruneSetString
(String str) boolean
void
setPruneSetMaxEnabled
(boolean value) void
setXValFolds
(int folds) void
updateDataFile
(String fname) Methods inherited from class si.ijs.kt.clus.main.settings.SettingsBase
formatInvalid, formatInvalid, getPosition, getSection, initNamedValues, validateSettingsInternal
-
Constructor Details
-
SettingsData
public SettingsData(int position)
-
-
Method Details
-
getDataFile
-
isNullFile
public boolean isNullFile() -
updateDataFile
-
getTestFile
-
isNullTestFile
public boolean isNullTestFile() -
getPruneFile
-
isNullPruneFile
public boolean isNullPruneFile() -
getTestProportion
public double getTestProportion() -
getPruneProportion
public double getPruneProportion() -
getPruneSetMax
public int getPruneSetMax() -
isNullXValFile
public boolean isNullXValFile() -
isLOOXVal
public boolean isLOOXVal() -
getXValFile
-
getXValFolds
public int getXValFolds() -
setXValFolds
public void setXValFolds(int folds) -
isRemoveMissingTarget
public boolean isRemoveMissingTarget() -
getNormalizeData
Do we want to normalize the data -
setPruneSetMaxEnabled
public void setPruneSetMaxEnabled(boolean value) -
isPruneSetString
-
create
public void create()Description copied from class:SettingsBase
Method should handle the INIFileSection initialization.- Specified by:
create
in classSettingsBase
-