Hypotheses cluster class source code. More...
#include <mtt/cluster.h>
Go to the source code of this file.
Functions | |
| bool | compareClusters (ClusterPtr c1, ClusterPtr c2) |
| Compare two clusters. More... | |
| ostream & | operator<< (ostream &o, Cluster &c) |
| ostream & | operator<< (ostream &o, vector< ClusterPtr > &c) |
| Cluster vector print function. More... | |
Hypotheses cluster class source code.
Definition in file cluster.cpp.
| bool compareClusters | ( | ClusterPtr | c1, |
| ClusterPtr | c2 | ||
| ) |
Compare two clusters.
This function is used to perform sorting operations.
| c1 | first cluster |
| c2 | second cluster |
Definition at line 128 of file cluster.cpp.
| ostream& operator<< | ( | ostream & | o, |
| Cluster & | c | ||
| ) |
Definition at line 63 of file cluster.cpp.
| ostream& operator<< | ( | ostream & | o, |
| vector< ClusterPtr > & | c | ||
| ) |
Cluster vector print function.
Definition at line 133 of file cluster.cpp.