Class ClusterScore


  • public final class ClusterScore
    extends Object
    Contains the results of a cluster configuration returned from ClusterCount.
    • Method Detail

      • getClusterCount

        public int getClusterCount()
        The number of clusters used to generate this score.
      • getScore

        public double getScore()
        The score achieved for this number of clusters. This is the log-likelihood calculated using cross-validation. Higher scores are better.