Example usage for Java weka.clusterers FilteredClusterer fields, constructors, methods, implement or subclass
The text is from its open source code.
FilteredClusterer() Default constructor. |
void | buildClusterer(Instances data) Build the clusterer on the filtered data. |
void | setFilter(Filter filter) Sets the filter. |