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

class %DeepSee.PMML.Definition.PMML extends node

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 6


Summary

Properties
DataDictionary Extension Header MiningBuildTask
Models TransformationDictionary version

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%Create %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %FromString %GetParameter %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OriginalNamespace %PackageName %RemoveFromSaveSet %SaveToClass
%SerializeObject %SetModified %ToString %ValidateObject
%ValidatePMML XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property DataDictionary as DataDictionary(XMLPROJECTION="ELEMENT") [ Required ];
• property Extension as list of %DeepSee.PMML.Definition.Extension(XMLPROJECTION="ELEMENT");
• property Header as Header(XMLPROJECTION="ELEMENT");
• property MiningBuildTask as list of MiningBuildTask(XMLPROJECTION="ELEMENT");
• property Models as list of %DeepSee.PMML.Definition.Models.AbstractModel(XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE");
• property TransformationDictionary as TransformationDictionary(XMLPROJECTION="ELEMENT");
• property version as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE",XSDTYPE="xs:string") [ Required ];

Methods

• classmethod %Create(pVersion As %String, pDescription As %String = "", pApplication As %String = "") as PMML
• classmethod %FromString(Output pModel As %DeepSee.PMML.Definition.PMML, pString As %String) as %Status
• method %SaveToClass(pClassName As %String, pOverwriteExisting As %Boolean = 1, pVerbose As %Boolean = 0) as %Status
• method %ToString(Output pString As %String, pFormatted As %Boolean = 1) as %Status


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