Class UnsupervisedSubsetEvaluator

java.lang.Object
weka.attributeSelection.ASEvaluation
weka.attributeSelection.UnsupervisedSubsetEvaluator
All Implemented Interfaces:
Serializable, SubsetEvaluator, CapabilitiesHandler, CapabilitiesIgnorer, CommandlineRunnable, OptionHandler, RevisionHandler

public abstract class UnsupervisedSubsetEvaluator extends ASEvaluation implements SubsetEvaluator
Abstract unsupervised attribute subset evaluator.
Version:
$Revision: 8034 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • UnsupervisedSubsetEvaluator

      public UnsupervisedSubsetEvaluator()
  • Method Details

    • getNumClusters

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

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

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