Interface ClusteringScorer
-
- All Known Implementing Classes:
PairwiseScorer
public interface ClusteringScorerAssign a score to a Clustering. Higher is better.- Author:
- culotta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublescore(Clustering clustering)
-
-
-
Method Detail
-
score
double score(Clustering clustering)
-
-