Abstract interface for all ML models.
More...
#include <ml_model.h>
Abstract interface for all ML models.
Definition at line 63 of file ml_model.h.
◆ SPtr
◆ ~MlModel()
| virtual MLLIB::MlModel::~MlModel |
( |
| ) |
|
|
virtualdefault |
◆ load()
| virtual bool MLLIB::MlModel::load |
( |
const QString & | path | ) |
|
|
pure virtual |
◆ modelType()
| virtual QString MLLIB::MlModel::modelType |
( |
| ) |
const |
|
pure virtual |
◆ predict()
◆ save()
| virtual bool MLLIB::MlModel::save |
( |
const QString & | path | ) |
const |
|
pure virtual |
◆ taskType()
| virtual MlTaskType MLLIB::MlModel::taskType |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: