Linear Regressor
Last updated
Last updated
LinearRegressorTrait
provides a trait definition for linear regression problem.
Orion supports currently only fixed point data types for LinearRegressorTrait
.
Fixed point (signed)
LinearRegressorTrait<FP8x23 | FP16x16 | FP64x64 | FP32x32>
Performs the generalized linear regression evaluation.