%DeepSee.PMML.Data
abstract serial class %DeepSee.PMML.Data extends %Library.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.Method Inventory
- %CreateFromArray()
- %CreateFromDeepSee()
- %CreateFromObject()
- %GetPropertyStatus()
- %IsInvalid()
- %IsMissing()
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.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- LogicalToOdbc()
- OdbcToLogical()