Sha256: 45e8ff55db12a267ccfeb9513dda97e537273cb3f2dea4a9c0bc1e5f75c3dfdd
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.1' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-kernel_machine-0.28.1 | lib/rumale/kernel_machine/version.rb |