R/JL.predict.distortion.R

"JL.predict.distortion" <-
function(n, dim=10) {
  epsilon <- sqrt(4 * log(n) / dim);
  epsilon
}

Try the clusterv package in your browser

Any scripts or data that you put into this service are public.

clusterv documentation built on June 8, 2025, 10:21 a.m.