接口 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)
  • 方法概要

    修饰符和类型
    方法
    说明
    double
    evaluateAttribute(int attribute)
    evaluates an individual attribute
  • 方法详细资料

    • evaluateAttribute

      double evaluateAttribute(int attribute) throws Exception
      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