R/package.R

#' Common dimensionality reduction methods
#'
#' Provides a common interface for applying common dimensionality reduction methods,
#' Such as PCA, ICA, diffusion maps, LLE, t-SNE, and umap.
#'
#' @importFrom dynutils calculate_distance list_distance_methods is_sparse
#' @importFrom stats as.dist
#'
#' @docType package
#' @name dyndimred
NULL

Try the dyndimred package in your browser

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

dyndimred documentation built on March 23, 2021, 9:06 a.m.