Sha256: 20d1c3fe590cb7425b3928d8791245c5aeaa97342d11ae9f6f1d288795edc302
Contents?: true
Size: 1.06 KB
Versions: 6
Compression:
Stored size: 1.06 KB
Contents
# Rumale::Manifold [![Gem Version](https://badge.fury.io/rb/rumale-manifold.svg)](https://badge.fury.io/rb/rumale-manifold) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-manifold/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/Manifold.html) Rumale is a machine learning library in Ruby. Rumale::Manifold provides data embedding algorithms, such as Multi-dimensional Scaling and t-distributed Stochastic Neighbor Embedding, with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-manifold' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-manifold ## Documentation - [Rumale API Documentation - Manifold](https://yoshoku.github.io/rumale/doc/Rumale/Manifold.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
6 entries across 6 versions & 1 rubygems