module

Ai4cr::Data::Parameterizable

Class methods

included(base)
Source

Instance methods

get_parameters

Get parameter values on this algorithm instance. Returns a hash with the folowing format: { :param_name => parameter_value }

Source
set_parameters(params)

Set parameter values on this algorithm instance. You must provide a hash with the folowing format: { :param_name => parameter_value }

Source

Nested types