Sha256: 14e87e9efb21455f75ff9b047bf0877f6430e539e161680ad55d1bbdf310fe33
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # This module consists of the classes that implement estimators based on nearest neighbors rule. module NearestNeighbors # @!visibility private VERSION = '0.26.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-nearest_neighbors-0.26.0 | lib/rumale/nearest_neighbors/version.rb |