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