Additional Inherited Members | |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
LPVModelType | Type [get, set] |
The type of the model. Changing the type will reset the model to default. | |
![]() | |
BOOL | ParamBool (LString paramName) [get, set] |
The boolean parameter. | |
double | ParamF (LString paramName) [get, set] |
The floating double parameter. | |
int | ParamI (LString paramName) [get, set] |
The integer parameter. | |
LSize | ParamSize (LString paramName) [get, set] |
The size parameter. | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILModel, and is used to create an instance of machine learning model.