Skip to content

Commit 7e2d714

Browse files
authored
Add vignettes link to README
Added link to vignettes for RcppML package.
1 parent 295344c commit 7e2d714

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/RcppML)](https://cran.r-project.org/package=RcppML)
55
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
66

7+
Vignettes here: [https://zdebruine.github.io/RcppML/](https://zdebruine.github.io/RcppML/)
8+
79
**RcppML** is an R package for high-performance **Non-negative Matrix Factorization** (NMF), truncated **SVD/PCA**, and divisive clustering of large sparse and dense matrices. It supports six statistical distributions via IRLS, cross-validation for automatic rank selection, optional CUDA GPU acceleration, out-of-core streaming for datasets larger than memory, and a composable graph DSL for multi-modal and deep NMF.
810

911
---

0 commit comments

Comments
 (0)