public interface UpdateableClusterer
Modifier and Type | Method and Description |
---|---|
void |
updateClusterer(Instance newInstance)
Adds an instance to the clusterer.
|
void |
updateFinished()
Signals the end of the updating.
|
void updateClusterer(Instance newInstance) throws java.lang.Exception
newInstance
- the instance to be addedjava.lang.Exception
- if something goes wrongvoid updateFinished()