R build status Codecov test coverage

ℹ️ Tutorials

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  out.width = "100%",
  fig.path = "man/figures/",
  message = FALSE,
  dpi = 300
)
set.seed(1)
library(tidyverse)

dyndimred: Dimensionality Reduction Methods in a Common Format

Provides a common interface for applying dimensionality reduction methods, such as PCA, ICA, diffusion maps, LLE, t-SNE, and umap. Just plug in a matrix and get a dimensionality reduction!

Latest changes

Check out news(package = "dyndimred") or NEWS.md for a full list of changes.

cat(dynutils::recent_news())

Dynverse dependencies



dynverse/dyndimred documentation built on March 24, 2021, 8:39 a.m.