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

class %DeepSee.PMML.Definition.Segmentation extends extendableNode

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Properties
Extension Segments missingPredictionTreatment missingThreshold
multipleModelMethod

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
%ValidatePMML XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property Extension as list of %DeepSee.PMML.Definition.Extension(XMLPROJECTION="ELEMENT");
• property Segments as list of Segment(XMLNAME="Segment",XMLPROJECTION="ELEMENT");
• property missingPredictionTreatment as %String(VALUELIST=",returnMissing,skipSegment,continue",XMLPROJECTION="ATTRIBUTE");
• property missingThreshold as %DeepSee.PMML.Datatype.ProbNumber(XMLPROJECTION="ATTRIBUTE");
• property multipleModelMethod as %String(VALUELIST=",majorityVote,weightedMajorityVote,average,weightedAverage,median,max,sum,selectFirst,selectAll,modelChain,x-weightedSum",XMLPROJECTION="ATTRIBUTE") [ Required ];


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