类 UnsupervisedSubsetEvaluator

java.lang.Object
weka.attributeSelection.ASEvaluation
weka.attributeSelection.UnsupervisedSubsetEvaluator
所有已实现的接口:
Serializable, SubsetEvaluator, CapabilitiesHandler, RevisionHandler

public abstract class UnsupervisedSubsetEvaluator extends ASEvaluation implements SubsetEvaluator
Abstract unsupervised attribute subset evaluator.
版本:
$Revision: 1.10 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • UnsupervisedSubsetEvaluator

      public UnsupervisedSubsetEvaluator()
  • 方法详细资料

    • getNumClusters

      public abstract int getNumClusters() throws Exception
      Return the number of clusters used by the subset evaluator
      返回:
      the number of clusters used
      抛出:
      Exception - if an error occurs
    • getClusterer

      public abstract Clusterer getClusterer()
      Get the clusterer
      返回:
      the clusterer
    • setClusterer

      public abstract void setClusterer(Clusterer d)
      Set the clusterer to use
      参数:
      d - the clusterer to use