module Ai4cr::Data::Parameterizable

Defined in:

ai4cr/data/parameterizable.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.included(base) #

[View source]

Instance Method Detail

def get_parameters #

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


[View source]
def set_parameters(params) #

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


[View source]