Sha256: 1064ff9469c7ce7d01dcb6f6d8c080fdf97c7d014f5dc599e1a057639d5c9c79
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # This module consists of the classes that implement kernel method-based estimator. module KernelMachine # @!visibility private VERSION = '0.28.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-kernel_machine-0.28.0 | lib/rumale/kernel_machine/version.rb |