Sha256: 8a4f4e7c3e757b7a43ba9ad752feaa36e95853eccd3ce1d236c9534afdfd6ed6
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # Module for matrix decomposition algorithms. module Decomposition # @!visibility private VERSION = '0.26.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-decomposition-0.26.0 | lib/rumale/decomposition/version.rb |