Skip to content

ML.EVAL.CLUSTERING

Function Description
ML.EVAL.CLUSTERING.ADJUSTED_MUTUAL_INFO_SCORE Returns the Adjusted Mutual Information.
ML.EVAL.CLUSTERING.ADJUSTED_RAND_SCORE Returns the adjusted Rand index.
ML.EVAL.CLUSTERING.COMPLETENESS_SCORE Returns the completeness metric.
ML.EVAL.CLUSTERING.FOWLKES_MALLOWS_SCORE Returns the Fowlkes-Mallows index.
ML.EVAL.CLUSTERING.HOMOGENEITY_SCORE Returns the homogeneity metric.
ML.EVAL.CLUSTERING.MUTUAL_INFO_SCORE Returns the Mutual Information.
ML.EVAL.CLUSTERING.NORMALIZED_MUTUAL_INFO_SCORE Returns the Normalized Mutual Information.
ML.EVAL.CLUSTERING.RAND_SCORE Returns the Rand index.
ML.EVAL.CLUSTERING.V_MEASURE_SCORE Returns the V-measure cluster evaluation metric.