TransMSTClusterMaker.h File Reference

#include "MSTClusterMaker.h"
#include "TransCacheEntry.h"
Include dependency graph for TransMSTClusterMaker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TransMSTClusterMaker
 A Minimum Spanning Tree (MST) based parallel cluster maker that uses conditional-transitivity relations to accelerate clustering. More...

Defines

#define NO_ERROR   0
#define ERROR_NO_HEURISTIC   1

Typedefs

typedef std::vector
< TransCacheEntry * > 
MetricCacheMap
 A shortcut to refer to a vector of TransCacheEntry objects.

Define Documentation

#define ERROR_NO_HEURISTIC   1

Definition at line 41 of file TransMSTClusterMaker.h.

Referenced by TransMSTClusterMaker::initialize().

#define NO_ERROR   0

Definition at line 40 of file TransMSTClusterMaker.h.


Typedef Documentation

std::vector< int, TransCacheEntry > MetricCacheMap

A shortcut to refer to a vector of TransCacheEntry objects.

This typedef provides a convenient shortcut to refer to a vector containing the information to compute metrics using conditional-transitivity. The index for this vector is the index of the EST to which a CachedESTInfo corresponds to. This index is the value in CachedESTInfo::estIdx.

Definition at line 53 of file TransMSTClusterMaker.h.


Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1