The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Riemann

CRAN status R-CMD-check

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

install.packages("Riemann")
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("kisungyou/Riemann")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.