Sha256: 4cc58fd9accc20ff9f984815913d28845a6409451bcef9d4336984ae7fe51dbd

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

# Rumale is a machine learning library in Ruby.
module Rumale
  # This module consists of the classes that implement tree models.
  module Tree
    # @!visibility private
    VERSION = '0.28.0'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumale-tree-0.28.0 lib/rumale/tree/version.rb