#include "partition.h"
#include <iostream>
#include <iterator>
#include <map>
#include <cassert>
#include <algorithm>
#include "counter.h"
#include "stl_utils.h"
Go to the source code of this file.
Namespaces | |
namespace | cluster |
Namespace for everything in the cluster library. | |
Functions | |
ostream & | operator<< (ostream &out, const cluster_list &clusters) |
double | mirkin_distance (const cluster_list &c1, const cluster_list &c2) |
Mirkin distance bt/w two clusterings. | |
std::ostream & | operator<< (std::ostream &out, const partition &km) |
For convenience. | |
double | mirkin_distance (const partition &c1, const partition &c2) |
Convenience overload for comparing partition objects directly. | |
void | expand (cluster_list &list, size_t level=1) |
Expand a cluster_list by l levels. |
Definition in file partition.cpp.