|
My Project
|
Binary Classification measures. More...
#include <compare.h>
Public Member Functions | |
| double | operator() (vector< set< string > > *Cl1, vector< set< string > > *Cl2) |
Binary Classification measures.
Compute the F(1)-Score between the two cluster files. First, compute F(1)-Scores between single cluster pairs. If above a threshold, consider a true positive.
| double FScore::operator() | ( | vector< set< string > > * | Cl1, |
| vector< set< string > > * | Cl2 | ||
| ) | [inline, virtual] |
1.7.6.1