An open API service indexing awesome lists of open source software.

https://github.com/nanxstats/reca

Relevant Component Analysis for Supervised Distance Metric Learning
https://github.com/nanxstats/reca

machine-learning metric-learning

Last synced: 6 months ago
JSON representation

Relevant Component Analysis for Supervised Distance Metric Learning

Awesome Lists containing this project

README

          

# RECA

[![R-CMD-check](https://github.com/nanxstats/RECA/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/nanxstats/RECA/actions/workflows/R-CMD-check.yaml)
[![CRAN Version](https://www.r-pkg.org/badges/version/RECA)](https://cran.r-project.org/package=RECA)
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/RECA)](https://cranlogs.r-pkg.org/badges/RECA)

Relevant Component Analysis (RCA) for supervised distance metric learning.

## Installation

Install `RECA` from CRAN:

```r
install.packages("RECA")
```

Or try the development version on GitHub:

```r
# install.packages("devtools")
devtools::install_github("nanxstats/RECA")
```

## Contribute

To contribute to this project, please take a look at the [Contributing Guidelines](CONTRIBUTING.md) first. Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.