Example usage for Java weka.classifiers.misc InputMappedClassifier fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances data) Build the classifier |
void | setClassifier(Classifier newClassifier) Set the base learner. |
void | setModelHeader(Instances modelHeader) Set the structure of the data used to create the model. |