Representation of a complete cluster-analysis. More...
#include <clustering.h>
Data Fields | |
| int ** | clust |
| int | K |
| int * | n |
Representation of a complete cluster-analysis.
Definition at line 44 of file clustering.h.
| int** Clusters::clust |
indices for the trials in the cluster (Kxn)
Definition at line 45 of file clustering.h.
| int Clusters::K |
number of clusters
Definition at line 46 of file clustering.h.
| int* Clusters::n |
number of trials in each of the K clusters
Definition at line 47 of file clustering.h.
1.7.0