Module Ai4r::Data::Parameterizable
In: lib/ai4r/data/parameterizable.rb

Methods

Classes and Modules

Module Ai4r::Data::Parameterizable::ClassMethods

Public Class methods

Public Instance methods

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

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

[Validate]