Sha256: 3539d8a8f3c794aa6c092840953bc8c0003d65b9f7ce29fedb75ffc0b1f18288
Contents?: true
Size: 1.12 KB
Versions: 7
Compression:
Stored size: 1.12 KB
Contents
# Rumale::MetricLearning [![Gem Version](https://badge.fury.io/rb/rumale-metric_learning.svg)](https://badge.fury.io/rb/rumale-metric_learning) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-metric_learning/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/MetricLearning.html) Rumale is a machine learning library in Ruby. Rumale::MetricLearning provides metric learning algorithms, such as Fisher Discriminant Analysis and Neighboourhood Component Analysis with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-metric_learning' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-metric_learning ## Documentation - [Rumale API Documentation - MetricLearning](https://yoshoku.github.io/rumale/doc/Rumale/MetricLearning.html) ## License The gem is available as open source under the terms of the [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
Version data entries
7 entries across 7 versions & 1 rubygems