程序包 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
Set the algorithm.- 参数:
algorithm
- anObject
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
-