程序包 weka.core
类 CheckScheme.PostProcessor
java.lang.Object
weka.core.CheckScheme.PostProcessor
- 所有已实现的接口:
RevisionHandler
- 封闭类:
- CheckScheme
a class for postprocessing the test-data
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the revision string.Provides a hook for derived classes to further modify the data.
-
构造器详细资料
-
PostProcessor
public PostProcessor()
-
-
方法详细资料
-
process
Provides a hook for derived classes to further modify the data. Currently, the data is just passed through.- 参数:
data
- the data to process- 返回:
- the processed data
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-