persistent class %ML.PMML.TrainedModel
extends %ML.TrainedModel
property PMMLClassName
as %String;
property PMMLModelName
as %String;
method %Begin()
as %Status
Begin model operations
method %End()
as %Status
End model operations
method %Predict(data As %List, ByRef results As %List)
as %Status
Predict on an ML model
method %PredictAll(tfn As %Integer, argspos As %List, predpos As %List = "", probpos As %List = "", expr As %String = "")
as %Status
Bulk Predict
method %Probability(expr As %String = 1, data As %List, ByRef results As %List)
as %Status
Predict probability on an ML model