Skip to main content

%DeepSee.PMML.ModelOutput

abstract class %DeepSee.PMML.ModelOutput extends %Library.RegisteredObject

Method Inventory

Methods

method %GetFeatureValue(pFeature As %String = "predictedValue", pTargetField As %String = "", Output pAllValues) as %String
Returns the feature value of predicted field pTargetField. If pTargetField is left blank, the feature value for the "last" field is returned (generally safe for models predicting a single field value). Note that pTargetField is the name of the field in the data class, not in this output class. pAllValues contains the feature values for all fields, indexed by field name
abstract classmethod %GetFields(Output pFields) as %Status
pArray(fieldName) = $lb(feature, targetFieldName, displayName)
method %GetTracingInfo(Output pTrace) as %Status
Returns tracing information (if available) about the contribution of the input values to the model's outcome. Format: pTrace(n) = $lb($lb(inputs), $lb(values), rank, [weight], [info])

Inherited Members

Inherited Methods

FeedbackOpens in a new tab