Example usage for Java weka.classifiers.functions PLSClassifier fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances data) builds the classifier |
Filter | getFilter() Get the PLS filter. |
void | setFilter(Filter value) Set the PLS filter (only used for setup). |
void | setOptions(String[] options) Parses the options for this object. |