Skip to content

Commit 0f2eb2e

Browse files
authored
Fix vignettes link in README.md
Corrected the link to the vignettes in the README.
1 parent 0b22213 commit 0f2eb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/)](https://zdebruine.github.io/RcppML/articles/getting-started.html)
7+
Vignettes here: [https://zdebruine.github.io/RcppML/articles/getting-started.html](https://zdebruine.github.io/RcppML/articles/getting-started.html)
88

99
**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.
1010

0 commit comments

Comments
 (0)