Documentation of 'jsat.clustering.evaluation.IntraClusterSumEvaluation' Java class
IntraClusterSumEvaluation
jsat.clustering.evaluation

Class IntraClusterSumEvaluation

    • Constructor Detail

      • IntraClusterSumEvaluation

        public IntraClusterSumEvaluation(IntraClusterEvaluation ice)
        Creates a new cluster evaluation that returns the sum of the intra cluster evaluations
        Parameters:
        ice - the intra cluster evaluation to use
      • IntraClusterSumEvaluation

        public IntraClusterSumEvaluation(IntraClusterSumEvaluation toCopy)
        Copy constructor
        Parameters:
        toCopy - the object to copy
    • Method Detail

      • evaluate

        public double evaluate(java.util.List<java.util.List<DataPoint>> dataSets)
        Description copied from interface: ClusterEvaluation
        Evaluates the clustering of the given set of clusters.
        Parameters:
        dataSets - a list of lists, where the size of the first index indicates the the number of clusters, and the list at each index is the data points that make up each cluster.
        Returns:
        a value in [0, Inf) that indicates the quality of the clustering.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.