Estimate number of clusters for a similarity matrix
Source:R/nclust_estimation.R
estimate_nclust_given_graph.Rd
Calculate eigengap and rotation-cost estimates of the number of clusters
to use when clustering a similarity matrix. This function was adapted
from SNFtool::estimateClustersGivenGraph
, but scales up the Laplacian
operator prior to eigenvalue calculations to minimize the risk of
floating point-related errors.