Sha256: a0375fbcd07a3084f430bf38371c48d41c650c3473f9ab5ee9580a5b1c9d33ec
Contents?: true
Size: 1.09 KB
Versions: 7
Compression:
Stored size: 1.09 KB
Contents
# Rumale::NearestNeighbors [![Gem Version](https://badge.fury.io/rb/rumale-nearest_neighbors.svg)](https://badge.fury.io/rb/rumale-nearest_neighbors) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-nearest_neighbors/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/NearestNeighbors.html) Rumale is a machine learning library in Ruby. Rumale::NearestNeighbors provides classifier and regression based on nearest neighbors rule with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-nearest_neighbors' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-nearest_neighbors ## Documentation - [Rumale API Documentation - NearestNeighbors](https://yoshoku.github.io/rumale/doc/Rumale/NearestNeighbors.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