Sha256: f2d84dcab48e2250745576a0e79798c0ae1456092c8285c21a0abdb126c03694
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.29.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-decomposition-0.29.0 | lib/rumale/decomposition/version.rb |