module Ai4cr::Data::Parameterizable::ClassMethods

Defined in:

ai4cr/data/parameterizable.cr

Instance Method Summary

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


[View source]
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" }


[View source]