24 #ifndef __ELASTIC_NET_MODEL_H__
25 #define __ELASTIC_NET_MODEL_H__
27 #include "data_management/data/numeric_table.h"
28 #include "algorithms/linear_model/linear_model_model.h"
56 class DAAL_EXPORT Model :
public linear_model::Model
59 DECLARE_MODEL(Model, linear_model::Model);
61 typedef services::SharedPtr<Model> ModelPtr;
62 typedef services::SharedPtr<const Model> ModelConstPtr;
66 using interface1::Model;
67 using interface1::ModelPtr;
68 using interface1::ModelConstPtr;
80 DAAL_EXPORT services::Status checkModel(elastic_net::Model * model,
const daal::algorithms::Parameter & par,
size_t nBeta,
size_t nResponses,
daal::algorithms::elastic_net::checkModel
DAAL_EXPORT services::Status checkModel(elastic_net::Model *model, const daal::algorithms::Parameter &par, size_t nBeta, size_t nResponses, int method)
daal::algorithms::elastic_net::training::model
Definition: elastic_net_training_types.h:109
daal::algorithms::elastic_net::interface1::Model
Base class for models trained with the elastic net algorithm
Definition: elastic_net_model.h:56