-
m_cleansingClassifier
weka.classifiers.Classifier m_cleansingClassifier
The classifier used to do the cleansing
-
m_classIndex
int m_classIndex
The attribute to treat as the class for purposes of cleansing.
-
m_numOfCrossValidationFolds
int m_numOfCrossValidationFolds
The number of cross validation folds to perform (<2 = no cross validation)
-
m_numOfCleansingIterations
int m_numOfCleansingIterations
The maximum number of cleansing iterations to perform (<1 = until fully cleansed)
-
m_numericClassifyThreshold
double m_numericClassifyThreshold
The threshold for deciding when a numeric value is correctly classified
-
m_invertMatching
boolean m_invertMatching
Whether to invert the match so the correctly classified instances are discarded
-
m_firstBatchFinished
boolean m_firstBatchFinished
Have we processed the first batch (i.e. training data)?