|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateableClassifier
Interface to incremental classification models that can learn using one instance at a time.
Method Summary | |
---|---|
void |
updateClassifier(Instance instance)
Updates a classifier using the given instance. |
Method Detail |
---|
void updateClassifier(Instance instance) throws java.lang.Exception
instance
- the instance to included
java.lang.Exception
- if instance could not be incorporated
successfully
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |