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

abstract serial class %DeepSee.PMML.Data extends %SerialObject

Represents a single "record" of data for the models defined in a %DeepSee.PMML.Definition class. A subclass of this class is generated upon compiling a PMML definition, which can then be instantiated to run the predictive models against. See the %Execute method in %DeepSee.PMML.Model.AbstractModel for more details.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
18


Summary

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %CreateFromArray %CreateFromDeepSee %CreateFromObject
%Delete %DeleteId %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %GetPropertyStatus
%GetSwizzleObject %IsA %IsInvalid %IsMissing
%IsModified %IsNull %New %NormalizeObject
%ObjectIsNull %ObjectModified %OnBeforeAddToSync %OnDetermineClass
%Open %OpenId %OriginalNamespace %PackageName
%RemoveFromSaveSet %ResolveConcurrencyConflict %SerializeObject %SetModified
%SyncObjectIn %SyncTransport %ValidateObject LogicalToOdbc
OdbcToLogical

Subclasses
%DeepSee.PMML.ModelInput

Methods

• final classmethod %CreateFromArray(ByRef pArray, Output pSC As %Status = $$$OK) as %DeepSee.PMML.Data
Instantiates an object from this class based on the values in the supplied array.
• classmethod %CreateFromDeepSee(pFactId As %Integer, Output pData As %DeepSee.PMML.Data, pDataSource As %String = "") as %Status
Instantiates an object from this class based on the dimension level and measure values of a DeepSee fact, using the mapping described in pDataSource
• final classmethod %CreateFromObject(pObject, Output pSC As %Status = $$$OK) as %DeepSee.PMML.Data
Instantiates an object from this class based on the property values of the supplied object.
• method %GetPropertyStatus(pProperty As %String) as %String
• method %IsInvalid(pProperty As %String) as %Boolean
• method %IsMissing(pProperty As %String) as %Boolean


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