24 #ifndef __LASSO_REGRESSION_MODEL_H__
25 #define __LASSO_REGRESSION_MODEL_H__
27 #include "data_management/data/numeric_table.h"
28 #include "algorithms/linear_model/linear_model_model.h"
39 namespace lasso_regression
58 class DAAL_EXPORT Model :
public linear_model::Model
61 DECLARE_MODEL(Model, linear_model::Model);
63 typedef services::SharedPtr<Model> ModelPtr;
64 typedef services::SharedPtr<const Model> ModelConstPtr;
68 using interface1::Model;
69 using interface1::ModelPtr;
70 using interface1::ModelConstPtr;
82 DAAL_EXPORT services::Status checkModel(
83 lasso_regression::Model* model,
const daal::algorithms::Parameter &par,
size_t nBeta,
size_t nResponses,
int method);
daal::algorithms::lasso_regression::interface1::Model
Base class for models trained with the lasso regression algorithm
Definition: lasso_regression_model.h:58
daal::algorithms::elastic_net::training::model
Definition: elastic_net_training_types.h:109
daal::algorithms::lasso_regression::checkModel
DAAL_EXPORT services::Status checkModel(lasso_regression::Model *model, const daal::algorithms::Parameter &par, size_t nBeta, size_t nResponses, int method)