Class UnsupervisedSubsetEvaluator

    • Constructor Detail

      • UnsupervisedSubsetEvaluator

        public UnsupervisedSubsetEvaluator()
    • Method Detail

      • getNumClusters

        public abstract int getNumClusters()
                                    throws java.lang.Exception
        Return the number of clusters used by the subset evaluator
        Returns:
        the number of clusters used
        Throws:
        java.lang.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