Example usage for Java weka.classifiers.meta RegressionByDiscretization fields, constructors, methods, implement or subclass
The text is from its open source code.
RegressionByDiscretization() Default constructor. |
void | setClassifier(Classifier newClassifier) Set the base learner. |
void | setNumBins(int numBins) Sets the number of bins to divide each selected numeric attribute into |