Skip to content

Commit ab7fa45

Browse files
authored
Fix README formatting and update links
1 parent 7e2d714 commit ab7fa45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# RcppML <img src="man/figures/logo.png" align="right" height="139" />
1+
# RcppML
22

33
[![CRAN status](https://www.r-pkg.org/badges/version/RcppML)](https://cran.r-project.org/package=RcppML)
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/)
7+
Vignettes here: [https://zdebruine.github.io/RcppML/](https://zdebruine.github.io/RcppML/)](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)