# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # Module for kernel approximation algorithms. module KernelApproximation # @!visibility private VERSION = '0.27.0' end end