module Ai4cr::Data::Parameterizable::ClassMethods
Defined in:
ai4cr/utils/parameterizable.crInstance Method Summary
-
#get_parameters_info
Get info on what can be parameterized on this algorithm.
-
#parameters_info(params_info)
Set info on what can be parameterized on this algorithm.
Instance Method Detail
def 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" }
def 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" }