|
Cosan
1.0
Data Analytics Library
|
Base Object for CosanModel. More...
#include <CosanModel.h>
Public Member Functions | |
| CosanModel () | |
| virtual void | SetMaxTrainTime (double t) |
| virtual double | GetMaxTrainTime () const |
| virtual EModelType | GetModelType () |
| virtual EProblemType | GetProblemType () |
| virtual ESolverType | GetSolverType () const |
| void | SetSolverType (ESolverType sr) |
Public Member Functions inherited from Cosan::CosanBO | |
| CosanBO () | |
| Default constructor. More... | |
| virtual const std::string | GetName () const |
| Get the name of the objects. More... | |
Protected Attributes | |
| double | MaxTrainTime |
| ESolverType | SolverType |
Base Object for CosanModel.
Definition at line 39 of file CosanModel.h.
|
inline |
Definition at line 41 of file CosanModel.h.
|
inlinevirtual |
Definition at line 48 of file CosanModel.h.
|
inlinevirtual |
Reimplemented in Cosan::CosanRidgeRegression< NumericType >, Cosan::CosanPrincipalComponentRegression< NumericType >, Cosan::CosanPCRRidge< NumericType >, and Cosan::CosanLinearRegression< NumericType >.
Definition at line 50 of file CosanModel.h.
|
inlinevirtual |
Reimplemented in Cosan::CosanLinearRegression< NumericType >, Cosan::CosanPrincipalComponentRegression< NumericType >, and Cosan::CosanPCRRidge< NumericType >.
Definition at line 51 of file CosanModel.h.
|
inlinevirtual |
Definition at line 52 of file CosanModel.h.
|
inlinevirtual |
Definition at line 47 of file CosanModel.h.
|
inline |
Definition at line 53 of file CosanModel.h.
|
protected |
Definition at line 55 of file CosanModel.h.
|
protected |
Definition at line 56 of file CosanModel.h.