public interface UpdateableClassifier
| Modifier and Type | Method and Description | 
|---|---|
| void | updateClassifier(Instance instance)Updates a classifier using the given instance. | 
void updateClassifier(Instance instance) throws java.lang.Exception
instance - the instance to includedjava.lang.Exception - if instance could not be incorporated
 successfully