Skip to content

Learning with Data on Riemannian Manifolds

License

Unknown, MIT licenses found

Licenses found

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

kisungyou/Riemann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c39661 · Mar 24, 2023

History

81 Commits
Oct 7, 2022
Mar 4, 2022
Oct 14, 2022
Nov 2, 2021
Jul 28, 2022
Feb 28, 2022
Oct 7, 2022
Jul 28, 2022
Oct 7, 2022
Oct 7, 2022
Mar 4, 2022
Jul 28, 2022
Mar 3, 2022
Oct 7, 2022
Jun 8, 2021
Mar 24, 2023
Jun 8, 2021
Jun 8, 2021
Oct 7, 2022
Mar 3, 2022
Mar 3, 2022
Mar 24, 2023
Oct 14, 2022
Mar 3, 2022
Jun 8, 2021

Repository files navigation

Riemann

CRAN status R-CMD-check Codecov test coverage

Riemann is an R package for learning with data on Riemannian manifolds. In statistics and machine learning, the term manifold appears in two realms; one is dimensionality reduction where we assume that low-dimensional data manifold is embedded in high-dimensional Euclidean space. The other is statistics on manifolds - data lie on some Riemannian manifolds that we are already well aware of. Riemann aims to achieve the latter. If you are interested in dimension reduction, please check another R package Rdimtools.

Installation

  • Option 1 : released version from CRAN.
install.packages("Riemann")
  • Option 2 : development version from GitHub.
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("kisungyou/Riemann")

About

Learning with Data on Riemannian Manifolds

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks