calc_dc2_() - JaneliaSciComp/JRCLUST GitHub Wiki
Calculate the cutoff-distance (dc) to determine the density parameter (rho) for DPCLUS clustering algorithm. dc is computed by taking the bottom percentile (P.dc_percent) of the Euclidean distance between event pairs.
Syntax
- dc = calc_dc2_(S0, P, vlRedo_spk)
Input
Output
- dc: cut-off distance
