Computes co-ranking indices for all neighborhood sizes from 1 to
K_max, for each combination of DR method and distance metric.
Usage
k_profiles(
x,
projections,
K_max = NULL,
metrics = c("Int-Euclidean", "Hausdorff", "Ichino-Yaguchi", "Wasserstein")
)Examples
if (FALSE) { # \dontrun{
data(cars_mm)
x <- standardize(cars_mm)
proj <- run_idr(x)
profiles <- k_profiles(x, proj, K_max = 10)
} # }