Configure
Syntax
Definition:
METHOD Configure : BOOL
Return value
BOOL
The method loads the specified ML model description file and configures the inference engine. Specify all settings using the stPredictionParameter
before calling the configure method.
fbPredict.stPredictionParameter.MlModelFilepath := 'C:/myModel.xml';
fbPredict.stPredictionParameter.MaxConcurrency := 1;
bConfigured := fbPredict.Configure();