Skip to main content

%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

Storage

Storage Model: CacheStorage (%DeepSee.PMML.Utils.TempResult)

^CacheTemp.DeepSee.PMML.ResultD(ID)
=
%%CLASSNAME
TestId
ModelClass
TestRecordId
ActualValue
PredictedValue
PredictTime
Probability
FeedbackOpens in a new tab