Package adams.ml.model.clustering
Interface IncrementalClusterer
-
- All Superinterfaces:
Algorithm<ClusteringModel>
,CapabilitiesHandler
,Clusterer
,Destroyable
,IncrementalAlgorithm<ClusteringModel>
,OptionHandler
public interface IncrementalClusterer extends Clusterer, IncrementalAlgorithm<ClusteringModel>
Interface for incremental cluster algorithms.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface adams.ml.model.Algorithm
buildModel, getCapabilities, handles
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.ml.model.IncrementalAlgorithm
updateModel, updateModel
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-