#include <MLModel.h>
Definition at line 127 of file MLModel.h.
LinearRegressionModel::LinearRegressionModel |
( |
const std::vector< double > & |
coefs, |
|
|
const std::string & |
model_metadata |
|
) |
| |
|
inline |
Definition at line 129 of file MLModel.h.
std::vector< double > coefs_
AbstractMLModel(const std::string &model_metadata)
LinearRegressionModel::LinearRegressionModel |
( |
const std::vector< double > & |
coefs, |
|
|
const std::string & |
model_metadata, |
|
|
const std::vector< std::vector< std::string >> & |
cat_feature_keys |
|
) |
| |
|
inline |
Definition at line 133 of file MLModel.h.
std::vector< double > coefs_
AbstractMLModel(const std::string &model_metadata)
const std::vector<double>& LinearRegressionModel::getCoefs |
( |
| ) |
const |
|
inline |
virtual MLModelType LinearRegressionModel::getModelType |
( |
| ) |
const |
|
inlineoverridevirtual |
virtual std::string LinearRegressionModel::getModelTypeString |
( |
| ) |
const |
|
inlineoverridevirtual |
virtual int64_t LinearRegressionModel::getNumFeatures |
( |
| ) |
const |
|
inlineoverridevirtual |
std::vector<double> LinearRegressionModel::coefs_ |
|
private |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/QueryEngine/TableFunctions/SystemFunctions/os/ML/MLModel.h