ClassifierSubsetEval (original) (raw)


public class ClassifierSubsetEval
extends HoldOutSubsetEvaluator
implements OptionHandler, ErrorBasedMeritEvaluator
Classifier subset evaluator:
Evaluates attribute subsets on training data or a seperate hold out testing set. Uses a classifier to estimate the 'merit' of a set of attributes.
Valid options are:
-B
class name of the classifier to use for accuracy estimation.
Place any classifier options LAST on the command line
following a "--". eg.:
-B weka.classifiers.bayes.NaiveBayes ... -- -K
(default: weka.classifiers.rules.ZeroR)
-T
Use the training data to estimate accuracy.
-H
Name of the hold out/test set to
estimate accuracy on.

Options specific to scheme weka.classifiers.rules.ZeroR:

-D
If set, classifier is run in debug mode and
may output additional info to the console
Version: Revision:5511Revision: 5511 Revision:5511
Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
Serialized Form