powered by
find_nn_k(X, k, iLLE = FALSE)
lle
find_nn_eps
data( lle_scurve_data ) X <- lle_scurve_data neighbours <- find_nn_k( X, 5 ) table( rowSums( neighbours ) )
Run the code above in your browser using DataLab