10#ifndef fastclustercpp_H
11#define fastclustercpp_H
24void cutree_k(
int n,
const int* merge,
int nclust,
int* labels);
38void cutree_cdist(
int n,
const int* merge,
double* height,
double cdist,
int* labels);
64int hclust_fast(
int n,
double* distmat,
int method,
int* merge,
double* height);
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)