R/JL.predict.dim.multiple.R

"JL.predict.dim.multiple" <-
function(n, epsilon=0.5, t=10) {
  d <- 4 * ((log(n)+log(t)) / epsilon^2);
  ceiling(d)
}

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.