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

abstract class %DeepSee.PMML.Definition.Models.AbstractModel extends %DeepSee.PMML.Definition.extendableNode

Elements are defined in the subclasses, to ensure the right element sequence

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 4


Summary

Properties
Extension algorithmName functionName isScorable modelName

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

Subclasses
%DeepSee.PMML.Definition.Models.ClusteringModel %DeepSee.PMML.Definition.Models.GeneralRegressionModel %DeepSee.PMML.Definition.Models.MiningModel
%DeepSee.PMML.Definition.Models.NaiveBayesModel %DeepSee.PMML.Definition.Models.NeuralNetwork %DeepSee.PMML.Definition.Models.RegressionModel
%DeepSee.PMML.Definition.Models.RuleSetModel %DeepSee.PMML.Definition.Models.SupportVectorMachineModel %DeepSee.PMML.Definition.Models.TextModel
%DeepSee.PMML.Definition.Models.TreeModel

Properties

• property algorithmName as %DeepSee.PMML.Datatype.String(MAXLEN=2000,XMLPROJECTION="ATTRIBUTE",XSDTYPE="xs:string");
• property functionName as %DeepSee.PMML.Datatype.MiningFunction(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property isScorable as %DeepSee.PMML.Datatype.Boolean(XMLPROJECTION="ATTRIBUTE");
• property modelName as %DeepSee.PMML.Datatype.String(MAXLEN=2000,XMLPROJECTION="ATTRIBUTE",XSDTYPE="xs:string");

Methods

• method %OnValidateNames(ByRef pDictionary) as %Status
• final method %ValidateNames(ByRef pGlobalDictionary) as %Status


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