dyndimred
:
Dimensionality Reduction Methods in a Common FormatProvides 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!
Check out news(package = "dyndimred")
or NEWS.md for a full list of changes.
MINOR CHANGES: Check package is installed before running unit tests.
MINOR CHANGES: Remove
dynutils::install_packages()
.
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.