接口 AttributeEvaluator
- 所有已知实现类:
ChiSquaredAttributeEval
,CostSensitiveAttributeEval
,FilteredAttributeEval
,GainRatioAttributeEval
,InfoGainAttributeEval
,LatentSemanticAnalysis
,OneRAttributeEval
,PrincipalComponents
,ReliefFAttributeEval
,SVMAttributeEval
,SymmetricalUncertAttributeEval
,UnsupervisedAttributeEvaluator
public interface AttributeEvaluator
Interface for classes that evaluate attributes individually.
- 版本:
- $Revision: 1.11 $
- 作者:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
方法概要
-
方法详细资料
-
evaluateAttribute
evaluates an individual attribute- 参数:
attribute
- the index of the attribute to be evaluated- 返回:
- the "merit" of the attribute
- 抛出:
Exception
- if the attribute could not be evaluated
-