Sha256: 4c8b4da413a9ff9b532b5a4aace60b0dff4c79ba4e1fb42c00e43fefffa56e44
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # This module consists of the classes that implement naive bayes models. module NaiveBayes # @!visibility private VERSION = '0.28.1' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-naive_bayes-0.28.1 | lib/rumale/naive_bayes/version.rb |