Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [PMML] >  [Utils] >  [Result]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 1


Summary

Properties
ActualValue ModelClass OutputFields PredictTime PredictedValue
Probability TestId TestRecordId

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
GetNewTestId

Subclasses
%DeepSee.PMML.Utils.TempResult

Properties

• property ActualValue as %String(MAXLEN=2000);
• property ModelClass as %String(MAXLEN=2000);
• property OutputFields as %ArrayOfDataTypes;
• property PredictTime as %TimeStamp;
• property PredictedValue as %String(MAXLEN=2000);
• property Probability as %Double;
• property TestId as %Integer;
• property TestRecordId as %String(MAXLEN=2000);

Methods

• abstract classmethod GetNewTestId() as %Integer


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.