Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%DeepSee.PMML.Utils.Result

abstract class %DeepSee.PMML.Utils.Result extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property ActualValue as %String (MAXLEN = 2000);
Property methods: ActualValueDisplayToLogical(), ActualValueGet(), ActualValueIsValid(), ActualValueLogicalToDisplay(), ActualValueLogicalToOdbc(), ActualValueNormalize(), ActualValueSet()
property ModelClass as %String (MAXLEN = 2000);
Property methods: ModelClassDisplayToLogical(), ModelClassGet(), ModelClassIsValid(), ModelClassLogicalToDisplay(), ModelClassLogicalToOdbc(), ModelClassNormalize(), ModelClassSet()
property PredictTime as %TimeStamp;
Property methods: PredictTimeDisplayToLogical(), PredictTimeGet(), PredictTimeIsValid(), PredictTimeLogicalToDisplay(), PredictTimeNormalize(), PredictTimeOdbcToLogical(), PredictTimeSet()
property PredictedValue as %String (MAXLEN = 2000);
Property methods: PredictedValueDisplayToLogical(), PredictedValueGet(), PredictedValueIsValid(), PredictedValueLogicalToDisplay(), PredictedValueLogicalToOdbc(), PredictedValueNormalize(), PredictedValueSet()
property Probability as %Double;
Property methods: ProbabilityDisplayToLogical(), ProbabilityGet(), ProbabilityIsValid(), ProbabilityLogicalToDisplay(), ProbabilityNormalize(), ProbabilityOdbcToLogical(), ProbabilitySet()
property TestId as %Integer;
Property methods: TestIdDisplayToLogical(), TestIdGet(), TestIdIsValid(), TestIdLogicalToDisplay(), TestIdNormalize(), TestIdSet()
property TestRecordId as %String (MAXLEN = 2000);
Property methods: TestRecordIdDisplayToLogical(), TestRecordIdGet(), TestRecordIdIsValid(), TestRecordIdLogicalToDisplay(), TestRecordIdLogicalToOdbc(), TestRecordIdNormalize(), TestRecordIdSet()

Methods

abstract classmethod GetNewTestId() as %Integer

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab