R/dreval-pkg.R

#' dreval
#'
#' dreval evaluates and compares multiple reduced dimension
#' representations, based on how well they retain structure from
#' the original data set.
#'
#' @name dreval-pkg
#' @docType package
NULL

globalVariables(c(
    "reference", "lowdim", "stat", "density",
    "distance", "dimensionality", "KSStatDist",
    "EuclDistBetweenDists", "SammonStress",
    "Method", "metric", "score", "total"))
csoneson/dreval documentation built on Jan. 26, 2024, 6:32 p.m.