程序包 weka.classifiers

接口 UpdateableClassifier

所有已知实现类:
AODE, AODEsr, DMNBtext, IB1, IBk, KStar, LWL, NaiveBayesMultinomialUpdateable, NaiveBayesUpdateable, NNge, RacedIncrementalLogitBoost, SPegasos, Winnow

public interface UpdateableClassifier
Interface to incremental classification models that can learn using one instance at a time.
版本:
$Revision: 1.5 $
作者:
Eibe Frank (eibe@cs.waikato.ac.nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Updates a classifier using the given instance.
  • 方法详细资料

    • updateClassifier

      void updateClassifier(Instance instance) throws Exception
      Updates a classifier using the given instance.
      参数:
      instance - the instance to included
      抛出:
      Exception - if instance could not be incorporated successfully