My Project
Public Member Functions
KCenter Class Reference

Sampled Best Match. More...

#include <compare.h>

Inheritance diagram for KCenter:
Compare

List of all members.

Public Member Functions

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

Detailed Description

Sampled Best Match.

Best Match on a smaller 'representative' set of clusters


Member Function Documentation

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

Compute Comparison - Take a smaller number of representative clusters from each list to compare using best match

Parameters:
Cl1Cluster set 1
Cl2Cluster set 2
dDistance measure between two single clusters to use

Reimplemented from Compare.

void KCenter::setDist ( string  s) [inline]

Initialize the distance metric

Parameters:
sType of distance to use

Reimplemented from Compare.


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