Muster
|
Distributed representation of a partitioning of a data set. More...
Go to the source code of this file.
Classes | |
struct | par_partition |
par_partition represents a partitioning of a distributed data set. More... | |
Namespaces | |
cluster | |
Namespace for everything in the cluster library. | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const par_partition &par) |
Right now this just uses parition::operator<<() by making a partition with this par_partition's cluster_ids and medoid_ids vectors and outputting it. More... | |
Distributed representation of a partitioning of a data set.
Definition in file par_partition.h.