Package weka.clusterers
Interface UpdateableClusterer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateClusterer(Instance newInstance)Adds an instance to the clusterer.voidupdateFinished()Signals the end of the updating.
-
-
-
Method Detail
-
updateClusterer
void updateClusterer(Instance newInstance) throws java.lang.Exception
Adds an instance to the clusterer.- Parameters:
newInstance- the instance to be added- Throws:
java.lang.Exception- if something goes wrong
-
updateFinished
void updateFinished()
Signals the end of the updating.
-
-