Leaper Vision Toolkit
中文 / English 2.x
LModel Class Reference
Inheritance diagram for LModel:
ILModel ILParameterized ILObject

Additional Inherited Members

- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILModel
LPVModelType Type [get, set]
 The type of the model. Changing the type will reset the model to default.
 
- Properties inherited from ILParameterized
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.
 

Detailed Description

This class implements the interface ILModel, and is used to create an instance of machine learning model.