Sha256: b2fc21a11be3ec89ee1ecd99270c0bc7f4e400e288a2b86f9757cf8688f34f39
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # This module consists of Rumale interfaces for suppor vector machine algorithms with LIBSVM and LIBLINEAR. module SVM # The version of Rumale::SVM you are using. VERSION = '0.7.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-svm-0.7.0 | lib/rumale/svm/version.rb |