Changes in version 0.2.2 (2018-11-13) - Bugfix releases to pass CRAN tests Changes in version 0.2.0 (2018-11-08) - Added the R-Journal paper as Vignette - Added UMAP - Added NMF (thanks @topepo) - Added the possibility to return other data such as distance matrices/eigenvalues - Added Autoencoder - Added l1 PCA - Added getNDim - Added an ndim parameter to many quality functions. - fixed bug in kPCA if inverse was not computable. - added autoencoder Changes in version 0.1.0 (2017-05-04) - Fixed kPCA predict function and documentation typos (@topepo #2) - Added predict and inverse functions - Added a function to extract rotation matrices from PCA and FastICA Changes in version 0.0.3 (2017-01-19) - First version on CRAN