All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.classifiers.UpdateableClassifier

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

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

Method Index

 o updateClassifier(Instance)
Updates a classifier using the given instance.

Methods

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home