Example usage for Java weka.classifiers.meta FilteredClassifier fields, constructors, methods, implement or subclass
The text is from its open source code.
FilteredClassifier() Default constructor. |
void | buildClassifier(Instances data) Build the classifier on the filtered data. |
double | classifyInstance(Instance instance) Classifies the given test instance. |
double[] | distributionForInstance(Instance instance) Classifies a given instance after filtering. |
Filter | getFilter() Gets the filter used. |
void | setDoNotCheckForModifiedClassAttribute(boolean flag) Use this method to determine whether classifier checks whether class attribute has been modified by filter. |
void | setFilter(Filter filter) Sets the filter |
String | toString() Output a representation of this classifier |