24 #ifndef __REGRESSION_MODEL_H__
25 #define __REGRESSION_MODEL_H__
27 #include "algorithms/model.h"
65 class DAAL_EXPORT Model :
public daal::algorithms::Model
68 DAAL_CAST_OPERATOR(Model)
77 virtual size_t getNumberOfFeatures()
const = 0;
79 typedef services::SharedPtr<Model> ModelPtr;
80 typedef services::SharedPtr<const Model> ModelConstPtr;
83 using interface1::Model;
84 using interface1::ModelPtr;
85 using interface1::ModelConstPtr;
daal::algorithms::regression::interface1::Model
Base class for models trained with the regression algorithm
Definition: regression_model.h:65