My Project
Public Member Functions
BestMatch Class Reference

Match clusters with best partners. More...

#include <compare.h>

Inheritance diagram for BestMatch:
Compare

List of all members.

Public Member Functions

double operator() (vector< set< string > > *Cl1, vector< set< string > > *Cl2)

Detailed Description

Match clusters with best partners.

Take the (symmetric) best matches of the sets [it's a sum of all indiviual BMs]


Member Function Documentation

double BestMatch::operator() ( vector< set< string > > *  Cl1,
vector< set< string > > *  Cl2 
) [inline, virtual]

Compute Comparison

Parameters:
Cl1Cluster set 1
Cl2Cluster set 2
dDistance measure between two single clusters to use
Returns:
Average of best matches distances

Reimplemented from Compare.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs