%DeepSee.PMML.Utils.TempResult
persistent class %DeepSee.PMML.Utils.TempResult extends %Library.Persistent, %DeepSee.PMML.Utils.Result
SQL Table Name: %DeepSee_PMML_Utils.TempResult
Method Inventory
Methods
classmethod GetAggregatePrecisionMetrics(pTestId As %Integer, Output pMacroPrecision As %Double, Output pMicroPrecision As %Double, Output pMacroRecall As %Double, Output pMicroRecall As %Double, Output pMacroFMeasure As %Double, Output pMicroFMeasure As %Double) as %Status
classmethod GetCategoryPrecisionMetrics(pTestId As %Integer, pValue As %String, Output pPrecision As %Double, Output pRecall As %Double, pFMeasure As %Double, Output pTruePositive As %Double, Output pTrueNegative As %Double, Output pFalsePositive As %Double, Output pFalseNegative As %Double) as %Status
classmethod GetNewTestId() as %Integer
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (TestIdx on TestId);
Index methods: TestIdxExists()
Inherited Members
Inherited Properties
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Storage Model: Storage (%DeepSee.PMML.Utils.TempResult)
^IRIS.Temp.DeepSee.PMML.ResultD(ID) |
= | %%CLASSNAME
TestId
ModelClass
TestRecordId
ActualValue
PredictedValue
PredictTime
Probability
OutputFields
|