ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the source code of this file.
Enumerations | |
enum | hclust_fast_methods { HCLUST_METHOD_SINGLE = 0, HCLUST_METHOD_COMPLETE = 1, HCLUST_METHOD_AVERAGE = 2, HCLUST_METHOD_MEDIAN = 3, HCLUST_METHOD_SINGLE = 0, HCLUST_METHOD_COMPLETE = 1, HCLUST_METHOD_AVERAGE = 2, HCLUST_METHOD_MEDIAN = 3 } |
Functions | |
void | cutree_k (int n, const int *merge, int nclust, int *labels) |
void | cutree_cdist (int n, const int *merge, double *height, double cdist, int *labels) |
int | hclust_fast (int n, double *distmat, int method, int *merge, double *height) |
enum hclust_fast_methods |
Enumerator | |
---|---|
HCLUST_METHOD_SINGLE | |
HCLUST_METHOD_COMPLETE | |
HCLUST_METHOD_AVERAGE | |
HCLUST_METHOD_MEDIAN | |
HCLUST_METHOD_SINGLE | |
HCLUST_METHOD_COMPLETE | |
HCLUST_METHOD_AVERAGE | |
HCLUST_METHOD_MEDIAN |
Definition at line 65 of file fastcluster.h.
void cutree_cdist | ( | int | n, |
const int * | merge, | ||
double * | height, | ||
double | cdist, | ||
int * | labels | ||
) |
Definition at line 104 of file fastcluster.cxx.
void cutree_k | ( | int | n, |
const int * | merge, | ||
int | nclust, | ||
int * | labels | ||
) |
Definition at line 38 of file fastcluster.cxx.
int hclust_fast | ( | int | n, |
double * | distmat, | ||
int | method, | ||
int * | merge, | ||
double * | height | ||
) |
Definition at line 141 of file fastcluster.cxx.