Module Ai4r::Data::Parameterizable::ClassMethods
In: lib/ai4r/data/parameterizable.rb

Methods

Public Instance methods

Get info on what can be parameterized on this algorithm. It returns a hash with the following format: { :param_name => "Info on the parameter" }

Set info on what can be parameterized on this algorithm. You must provide a hash with the following format: { :param_name => "Info on the parameter" }

[Validate]