weka.classifiers
Interface UpdateableClassifier

All Known Implementing Classes:
AltDist_IBk, IB1, IBk, KStar, LWL, NaiveBayesUpdateable, NNge, RacedIncrementalLogitBoost, TCMKNearestNeighbours, VPMKNearestNeighbours, Winnow

public interface UpdateableClassifier

Interface to incremental classification models that can learn using one instance at a time.

Version:
$Revision: 1.4 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)

Method Summary
 void updateClassifier(Instance instance)
          Updates a classifier using the given instance.
 

Method Detail

updateClassifier

public void updateClassifier(Instance instance)
                      throws java.lang.Exception
Updates a classifier using the given instance.

Parameters:
instance - the instance to included
Throws:
java.lang.Exception - if instance could not be incorporated successfully


Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London