# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # Module for data embedding algorithms. module Manifold # @!visibility private VERSION = '0.29.0' end end