calculateVariableSigmas {roots} | R Documentation |
Calculates sigmas for a distance matrix
calculateVariableSigmas(d, knn)
d |
Square distance matrix with 0 diagonal |
knn |
Number of nearest neighbours to use for calculation |
Calculates sigmas for a distance matrix Using Laleh Hagherverdi's method
Returns a vector of sigmas
wj241
## Not run:
sigmas <- calculateVariableSigmas(dist, 5)
## End(Not run)