TIBCO BusinessEvents®
CEP Analytics
Analytics
PMML
Analytics.PMML
.
loadModel()
Signature
void loadModel(String modelName, String filePath)
Domain
ACTION
Description
Loads the PMML model from a file (Users have to specify the model name). Throws an exception if input file does not exist or model is not valid
Parameters
Name
Type
Description
modelName
String
Name of the model
filePath
String
Location of Pmml model
Returns
Type
Description
Void
Cautions
none