Skip to main content

%ML.H2O.TrainedModel

persistent class %ML.H2O.TrainedModel extends %ML.TrainedModel

SQL Table Name: %ML_H2O.TrainedModel

Property Inventory

Method Inventory

Properties

property ByteStream as %Stream.GlobalBinary;
Property methods: ByteStreamDelete(), ByteStreamGet(), ByteStreamGetObject(), ByteStreamGetObjectId(), ByteStreamGetStored(), ByteStreamGetSwizzled(), ByteStreamIsValid(), ByteStreamNewObject(), ByteStreamOid(), ByteStreamOpen(), ByteStreamSet(), ByteStreamSetObject(), ByteStreamSetObjectId(), ByteStreamUnSwizzle()
property h2oProvider as %ML.H2O.Provider [ Transient ];
Property methods: h2oProviderGet(), h2oProviderGetSwizzled(), h2oProviderIsValid(), h2oProviderNewObject(), h2oProviderSet()

Methods

method %Begin() as %Status
Begin trained model operations
method %End() as %Status
End trained model operations
method %Predict(data As %List, ByRef results As %List) as %Status
Inherited description: 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 arguments: tfn - tempfile index argspos - Positions of the WithColumns in the temp rows, $list(column-positions) predpos - Position of the predicted value, $list(result-column-positions) probpos - Position of the probability value, $list(result-column-positions) expr - expression for probability returns: $$$OK on success, otherwise a $$$ERROR(...)
method %Probability(expr As %String = 1, data As %List, ByRef results As %List) as %Status
Predict probability on an ML model Arguments: expr: The argument of PROBABILITY's FOR clause, defaults to 1 data: $List of WITH clause values results: PBR, return value

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.H2O.TrainedModel)

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