Interface UpdateableClusterer

All Known Implementing Classes:
Canopy, Cobweb

public interface UpdateableClusterer
Interface to incremental cluster models that can learn using one instance at a time.
Version:
$Revision: 10829 $
Author:
FracPete (fracpete at waikato dot ac dot nz)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds an instance to the clusterer.
    void
    Signals the end of the updating.
  • Method Details

    • updateClusterer

      void updateClusterer(Instance newInstance) throws Exception
      Adds an instance to the clusterer.
      Parameters:
      newInstance - the instance to be added
      Throws:
      Exception - if something goes wrong
    • updateFinished

      void updateFinished()
      Signals the end of the updating.