11 #ifndef __CLUSTERINGEVALUATION_H__
12 #define __CLUSTERINGEVALUATION_H__
void best_map(CLabels *predicted, CLabels *ground_truth)
The class Labels models labels, i.e. class assignments of objects.
The base class used to evaluate clustering.
virtual float64_t evaluate(CLabels *predicted, CLabels *ground_truth)=0
int32_t find_mismatch_count(SGVector< int32_t > l1, int32_t m1, SGVector< int32_t > l2, int32_t m2)
all of classes and functions are contained in the shogun namespace
int32_t find_match_count(SGVector< int32_t > l1, int32_t m1, SGVector< int32_t > l2, int32_t m2)
Class Evaluation, a base class for other classes used to evaluate labels, e.g. accuracy of classifica...
virtual ~CClusteringEvaluation()