Skylark (Sketching Library)
0.1
|
#include <regression_problem.hpp>
Describes a regression problem on a matrix (right hand side supplied when the solver is invoked). Actual content is specialized based on the input template tags
RegressionType | Tag specificying regression type, like linear_tag. |
PenaltyType | Tag specificying the penalty function, like l2_tag. |
InputMatrixType | Specifies input matrix type. |
Definition at line 56 of file regression_problem.hpp.