#include "MSTClusterMaker.h"
#include "TransCacheEntry.h"
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 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.
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.