ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions
fastcluster.cxx File Reference
#include "fastcluster.h"
#include <algorithm>
#include <vector>
#include "fastcluster_dm.cxx"
#include "fastcluster_R_dm.cxx"
Include dependency graph for fastcluster.cxx:

Go to the source code of this file.

Functions

bool fc_isnan (double x)
 
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)
 

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.

◆ fc_isnan()

bool fc_isnan ( double  x)

Definition at line 17 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.