- getCapabilities() - Method in class weka.classifiers.trees.SimpleCart
-
Returns default capabilities of the classifier.
- getHeuristic() - Method in class weka.classifiers.trees.SimpleCart
-
Get if use heuristic search for nominal attributes in multi-class problems.
- getMeasure(String) - Method in class weka.classifiers.trees.SimpleCart
-
Returns the value of the named measure.
- getMinNumObj() - Method in class weka.classifiers.trees.SimpleCart
-
Get minimal number of instances at the terminal nodes.
- getNumFoldsPruning() - Method in class weka.classifiers.trees.SimpleCart
-
Set number of folds in internal cross-validation.
- getOptions() - Method in class weka.classifiers.trees.SimpleCart
-
Gets the current settings of the classifier.
- getRevision() - Method in class weka.classifiers.trees.SimpleCart
-
Returns the revision string.
- getSizePer() - Method in class weka.classifiers.trees.SimpleCart
-
Get training set size.
- getTechnicalInformation() - Method in class weka.classifiers.trees.SimpleCart
-
Returns an instance of a TechnicalInformation object, containing detailed
information about the technical background of this class, e.g., paper
reference or book this class is based on.
- getUseOneSE() - Method in class weka.classifiers.trees.SimpleCart
-
Get if use the 1SE rule to choose final model.
- getUsePrune() - Method in class weka.classifiers.trees.SimpleCart
-
Get if use minimal cost-complexity pruning.
- globalInfo() - Method in class weka.classifiers.trees.SimpleCart
-
Return a description suitable for displaying in the explorer/experimenter.