knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Grassmannian is a set of linear subspaces, which forms a Riemannian manifold. We provide algorithms for statistical inference, optimization, and learning over the Grassmann manifold.
You can install the released version of RiemGrassmann from CRAN with:
install.packages("RiemGrassmann")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("kyoustat/RiemGrassmann")
| function | description |
|-------------|-----------------------------------------------------|
| gr.hclust
| Hierarchical clustering. |
| gr.kmedoids
| k-Medoids clustering. |
| gr.mean
| Frechet mean and variation. |
| gr.pdist
| Pairwise distance for Grassmann-valued data |
| gr.pdist2
| Pairwise distance between two sets of data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.