程序包 weka.gui.beans

接口 WekaWrapper

所有已知实现类:
Associator, Classifier, Clusterer, Filter, Loader, Saver

public interface WekaWrapper
Interface to something that can wrap around a class of Weka algorithms (classifiers, filters etc). Typically implemented by a bean for handling classes of Weka algorithms.
从以下版本开始:
1.0
版本:
$Revision: 1.4 $
作者:
Mark Hall
  • 方法详细资料

    • setWrappedAlgorithm

      void setWrappedAlgorithm(Object algorithm)
      Set the algorithm.
      参数:
      algorithm - an Object value
      抛出:
      IllegalArgumentException - if the supplied object is not of the class of algorithms handled by this wrapper.
    • getWrappedAlgorithm

      Object getWrappedAlgorithm()
      Get the algorithm
      返回:
      an Object value