Documentation of 'jsat.clustering.evaluation.intra.IntraClusterEvaluation' Java class
IntraClusterEvaluation
jsat.clustering.evaluation.intra

Interface IntraClusterEvaluation

    • Method Detail

      • evaluate

        double evaluate(int[] designations,
                        DataSet dataSet,
                        int clusterID)
        Evaluates the cluster represented by the given list of data points.
        Parameters:
        designations - the array of cluster designations for the data set
        dataSet - the full data set of all clusters
        clusterID - the cluster id in the designations array to return the evaluation of
        Returns:
        the value in the range [0, Inf) that indicates how well formed the cluster is.
      • evaluate

        double evaluate(java.util.List<DataPoint> dataPoints)
        Evaluates the cluster represented by the given list of data points.
        Parameters:
        dataPoints - the data points that make up this cluster
        Returns:
        the value in the range [0, Inf) that indicates how well formed the cluster is.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.