17 lines
429 B
Ruby
Generated
17 lines
429 B
Ruby
Generated
# typed: true
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
# This is an autogenerated file for types exported from the `rumale` gem.
|
|
# Please instead update this file by running `bin/tapioca gem rumale`.
|
|
|
|
|
|
# Rumale is a machine learning library in Ruby.
|
|
#
|
|
# source://rumale//lib/rumale/version.rb#4
|
|
module Rumale; end
|
|
|
|
# The version of Rumale you are using.
|
|
#
|
|
# source://rumale//lib/rumale/version.rb#6
|
|
Rumale::VERSION = T.let(T.unsafe(nil), String)
|