learning.Result-class: The Result of the Application of a Machine Learning or...

Description Slots

Description

This class is a base class for capturing the result of the application of a Machine Learning or optimization method. Actually, this base class only stores a quality measure value, which must be a finite positive real number or zero and a measure of the "size" of the solution, e.g., the number of parameters that have been determined, which must be a positive integer number or zero. Sub-classes can then add more information, such as the data of the actual solution.

Slots

quality

the quality of the result, smaller values are better

size

the size of the result, e.g., the number of fixed parameters


thomasWeise/learnerSelectoR documentation built on May 16, 2019, 7:47 a.m.