ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Enumerations | Functions
fastcluster.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ 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.

Function Documentation

◆ cutree_cdist()

void cutree_cdist ( int  n,
const int *  merge,
double *  height,
double  cdist,
int *  labels 
)

Definition at line 104 of file fastcluster.cxx.

◆ cutree_k()

void cutree_k ( int  n,
const int *  merge,
int  nclust,
int *  labels 
)

Definition at line 38 of file fastcluster.cxx.

◆ hclust_fast()

int hclust_fast ( int  n,
double *  distmat,
int  method,
int *  merge,
double *  height 
)

Definition at line 141 of file fastcluster.cxx.