Skip to content
/ LRMF3 Public

Low Rank Matrix Factorization S3 Objects

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

RoheLab/LRMF3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0a3259 · Feb 9, 2022

History

38 Commits
Feb 8, 2022
Jun 15, 2021
Sep 21, 2020
Sep 21, 2020
Feb 8, 2022
Feb 9, 2022
Oct 5, 2020
Feb 9, 2022
Feb 9, 2022
Feb 9, 2022
Sep 21, 2020
Jun 15, 2021
Feb 9, 2022
Feb 9, 2022
Feb 9, 2022
Feb 8, 2022
Oct 5, 2020
Feb 9, 2022

Repository files navigation

LRMF3

R-CMD-check Codecov test coverage

LRMF3 is a developer facing package designed to provide a standardized representation of low rank matrix factorization objects using the S3 object system.

Installation

You can install the released version from CRAN with:

install.packages("LRMF3")

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("RoheLab/LRMF3")