%DeepSee.PMML.ModelOutput
abstract serial class %DeepSee.PMML.ModelOutput extends %Library.SerialObject
Method Inventory (Including Private)
Methods (Including Private)
method %GetFeatureValue(pFeature As %String = "predictedValue", pTargetField As %String = "", Output pAllValues) as %String [ Language = objectscript ]
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 [ Language = objectscript ]
pArray(fieldName) = $lb(feature, targetFieldName, displayName)
method %GetTracingInfo(Output pTrace) as %Status [ Language = objectscript ]
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 (Including Private)
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %GetSerial()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnBeforeAddToSync()
- %OnClose()
- %OnConstructClone()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SetSerial()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- LogicalToOdbc()
- OdbcToLogical()