Sha256: daf7456c4b2e765142e7abe9b933c6d5c4fd4c1b250b0894a97c6fc01b0a0713
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # Module for kernel approximation algorithms. module KernelApproximation # @!visibility private VERSION = '0.24.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-kernel_approximation-0.24.0 | lib/rumale/kernel_approximation/version.rb |