|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateableClusterer
Interface to incremental cluster models that can learn using one instance at a time.
Method Summary | |
---|---|
void |
updateClusterer(Instance newInstance)
Adds an instance to the clusterer. |
void |
updateFinished()
Singals the end of the updating. |
Method Detail |
---|
void updateClusterer(Instance newInstance) throws java.lang.Exception
newInstance
- the instance to be added
java.lang.Exception
- if something goes wrongvoid updateFinished()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |