Contains classes to check the quality of the model trained with the linear regression algorithm.
More...
|
struct | Parameter |
| Parameters for the quality metrics set compute() method. More...
|
|
class | ResultCollection |
| Class that implements functionality of the collection of result objects of the quality metrics algorithm specialized for using with the linear regression training algorithm. More...
|
|
class | InputDataCollection |
| Class that implements functionality of the collection of input objects of the quality metrics algorithm specialized for using with the linear regression training algorithm. More...
|
|
Available identifiers of the quality metrics available for the model trained with linear regression algorithm
Enumerator |
---|
singleBeta |
Single coefficient metrics
|
groupOfBetas |
Group of coefficients metrics
|