dyndimred

Dimensionality Reduction Methods in a Common Format


License
MIT

Documentation

dyndimred

Build Status ℹ️ Tutorials

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.

Recent changes in dyndimred 1.0.3

  • MINOR CHANGES: The code for landmark mds has been moved to its own separate package, lmds.

  • MINOR CHANGES: Change license to MIT.

  • MINOR CHANGES: Fix dynutils::install_packages() such that it prompts the user whether or not to install packages when in interactive mode, and simply returns an error when not in interactive mode.

Recent changes in dyndimred 1.0.2 (07-08-2018)

  • MINOR CHANGES: Move Matrix to Suggests.

Dynverse dependencies