程序包 weka.clusterers
接口 UpdateableClusterer
- 所有已知实现类:
Cobweb
public interface UpdateableClusterer
Interface to incremental cluster models that can learn using one instance at
a time.
- 版本:
- $Revision: 1.2 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
-
方法概要
修饰符和类型方法说明void
updateClusterer
(Instance newInstance) Adds an instance to the clusterer.void
Signals the end of the updating.
-
方法详细资料
-
updateClusterer
Adds an instance to the clusterer.- 参数:
newInstance
- the instance to be added- 抛出:
Exception
- if something goes wrong
-
updateFinished
void updateFinished()Signals the end of the updating.
-