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
- Host: GitHub
- URL: https://github.com/nanxstats/reca
- Owner: nanxstats
- License: gpl-3.0
- Created: 2014-08-16T07:37:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T01:37:28.000Z (over 1 year ago)
- Last Synced: 2024-10-06T18:46:17.006Z (about 1 year ago)
- Topics: machine-learning, metric-learning
- Language: R
- Homepage: https://nanx.me/RECA/
- Size: 3.16 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# RECA
[](https://github.com/nanxstats/RECA/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=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.