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