void single_linkage(const raft::handle_t &handle, const float *X, int n_rows, int n_cols, size_t n_clusters, ML::distance::DistanceType metric, int *children, int *labels, bool use_knn=false, int c=15)
Computes single-linkage hierarchical clustering on a dense input feature matrix and outputs the label...