- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, weka.clusterers.Clusterer, weka.core.CapabilitiesHandler, weka.core.CapabilitiesIgnorer, weka.core.CommandlineRunnable, weka.core.Drawable, weka.core.OptionHandler, weka.core.RevisionHandler
@KFIgnore
@GPCIgnore
public class PreconstructedFilteredClusterer
extends weka.clusterers.FilteredClusterer
A class for using a pre-constructed clusterer (i.e. already trained) along
with a filter (also pre-constructed) that was used to transform the data that
the clusterer was trained with. This class is purely for prediction and
calling buildClusterer() will raise an exception.
- Version:
- $Revision: $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
- Serialized Form