Ai4cr::Data::Parameterizable
Class methods
included(base)
SourceInstance methods
get_parameters
Get parameter values on this algorithm instance. Returns a hash with the folowing format: { :param_name => parameter_value }
set_parameters(params)
Set parameter values on this algorithm instance. You must provide a hash with the folowing format: { :param_name => parameter_value }