Example usage for Java weka.classifiers.meta Stacking fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances data) Builds a classifier using stacking. |
void | setClassifiers(Classifier[] classifiers) Sets the list of possible classifers to choose from. |
void | setMetaClassifier(Classifier classifier) Adds meta classifier |
void | setOptions(String[] options) Parses a given list of options. |