22 #ifndef __REGRESSION_MODEL_H__
23 #define __REGRESSION_MODEL_H__
25 #include "algorithms/model.h"
63 class DAAL_EXPORT Model :
public daal::algorithms::Model
66 DAAL_CAST_OPERATOR(Model)
75 virtual size_t getNumberOfFeatures()
const = 0;
77 typedef services::SharedPtr<Model> ModelPtr;
78 typedef services::SharedPtr<const Model> ModelConstPtr;
81 using interface1::Model;
82 using interface1::ModelPtr;
83 using interface1::ModelConstPtr;
daal
Definition: algorithm_base_common.h:31
daal::algorithms::regression::interface1::Model
Base class for models trained with the regression algorithm
Definition: regression_model.h:63