Sha256: 3a60019feab3d096f9096d346f2e546dd22ebdcb9d3acdc4dd5acfbad5ea2a19

Contents?: true

Size: 1.16 KB

Versions: 8

Compression:

Stored size: 1.16 KB

Contents

# Rumale::Decomposition

[![Gem Version](https://badge.fury.io/rb/rumale-decomposition.svg)](https://badge.fury.io/rb/rumale-decomposition)
[![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-decomposition/LICENSE.txt)
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/Decomposition.html)

Rumale is a machine learning library in Ruby.
Rumale::Decomposition provides matrix decomposition algorithms,
such as Principal Component Analysis, Non-negative Matrix Factorization, Factor Analysis, and Independent Component Analysis,
with Rumale interface.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rumale-decomposition'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install rumale-decomposition

## Documentation

- [Rumale API Documentation - Decomposition](https://yoshoku.github.io/rumale/doc/Rumale/Decomposition.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

8 entries across 8 versions & 1 rubygems

Version Path
rumale-decomposition-1.0.0 README.md
rumale-decomposition-0.29.0 README.md
rumale-decomposition-0.28.1 README.md
rumale-decomposition-0.28.0 README.md
rumale-decomposition-0.27.0 README.md
rumale-decomposition-0.26.0 README.md
rumale-decomposition-0.25.0 README.md
rumale-decomposition-0.24.0 README.md