接口 SubsetEvaluator
- 所有已知实现类:
CfsSubsetEval
,ClassifierSubsetEval
,ConsistencySubsetEval
,CostSensitiveSubsetEval
,FilteredSubsetEval
,HoldOutSubsetEvaluator
,UnsupervisedSubsetEvaluator
,WrapperSubsetEval
public interface SubsetEvaluator
Interface for attribute subset evaluators.
- 版本:
- $Revision: 1.11 $
- 作者:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
方法概要
-
方法详细资料
-
evaluateSubset
evaluates a subset of attributes- 参数:
subset
- a bitset representing the attribute subset to be evaluated- 返回:
- the "merit" of the subset
- 抛出:
Exception
- if the subset could not be evaluated
-