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

    修饰符和类型
    方法
    说明
    double
    evaluates a subset of attributes
  • 方法详细资料

    • evaluateSubset

      double evaluateSubset(BitSet subset) throws Exception
      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