Sha256: 34e54af7c49371b495156ded8c58bf1550890c3d8853c1198b5ada851a1460ff
Contents?: true
Size: 1.15 KB
Versions: 7
Compression:
Stored size: 1.15 KB
Contents
# Rumale::KernelApproximation [![Gem Version](https://badge.fury.io/rb/rumale-kernel_approximation.svg)](https://badge.fury.io/rb/rumale-kernel_approximation) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-kernel_approximation/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/KernelApproximation.html) Rumale is a machine learning library in Ruby. Rumale::KernelApproximation provides kernel approximation algorithms, such as RBF feature mapping and Nystroem method, with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-kernel_approximation' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-kernel_approximation ## Documentation - [Rumale API Documentation - KernelApproximation](https://yoshoku.github.io/rumale/doc/Rumale/KernelApproximation.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