module

Ai4cr::Data::Parameterizable::ClassMethods

Instance methods

get_parameters_info

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

Source
parameters_info(params_info)

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" }

Source