Skip to main content

%ML.PMML.TrainedModel

persistent class %ML.PMML.TrainedModel extends %ML.TrainedModel

SQL Table Name: %ML_PMML.TrainedModel

Property Inventory

Method Inventory

Properties

property PMMLClassName as %String;
Property methods: PMMLClassNameDisplayToLogical(), PMMLClassNameGet(), PMMLClassNameGetStored(), PMMLClassNameIsValid(), PMMLClassNameLogicalToDisplay(), PMMLClassNameLogicalToOdbc(), PMMLClassNameNormalize(), PMMLClassNameSet()
property PMMLModelName as %String;
Property methods: PMMLModelNameDisplayToLogical(), PMMLModelNameGet(), PMMLModelNameGetStored(), PMMLModelNameIsValid(), PMMLModelNameLogicalToDisplay(), PMMLModelNameLogicalToOdbc(), PMMLModelNameNormalize(), PMMLModelNameSet()

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (%ML.TrainedModel)

^IRIS.ML.TrainedModelD(ID,"ModelInfo",n)
=
ModelInfo(n)

Storage Model: Storage (%ML.TrainedModel)

^IRIS.ML.TrainedModelD(ID)
=
%%CLASSNAME
Model
Provider
TrainingRun
TrainedAt
ModelName
ModelType

Storage Model: Storage (%ML.PMML.TrainedModel)

^IRIS.ML.TrainedModelD(ID,"TrainedModel")
=
PMMLClassName
PMMLModelName
FeedbackOpens in a new tab