Skip to main content

%DeepSee.PMML.Definition.Segmentation

class %DeepSee.PMML.Definition.Segmentation extends %DeepSee.PMML.Definition.extendableNode

Property Inventory

Properties

property Extension as list of %DeepSee.PMML.Definition.Extension (XMLPROJECTION = "ELEMENT");
Property methods: ExtensionBuildValueArray(), ExtensionCollectionToDisplay(), ExtensionCollectionToOdbc(), ExtensionDisplayToCollection(), ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsValid(), ExtensionOdbcToCollection(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId()
property Segments as list of Segment (XMLNAME = "Segment", XMLPROJECTION = "ELEMENT");
Property methods: SegmentsBuildValueArray(), SegmentsCollectionToDisplay(), SegmentsCollectionToOdbc(), SegmentsDisplayToCollection(), SegmentsGet(), SegmentsGetObject(), SegmentsGetObjectId(), SegmentsGetSwizzled(), SegmentsIsValid(), SegmentsOdbcToCollection(), SegmentsSet(), SegmentsSetObject(), SegmentsSetObjectId()
property missingPredictionTreatment as %String (VALUELIST = ",returnMissing,skipSegment,continue", XMLPROJECTION = "ATTRIBUTE");
Property methods: missingPredictionTreatmentDisplayToLogical(), missingPredictionTreatmentIsValid(), missingPredictionTreatmentLogicalToDisplay(), missingPredictionTreatmentLogicalToOdbc(), missingPredictionTreatmentNormalize(), missingPredictionTreatmentSet()
property missingThreshold as %DeepSee.PMML.Datatype.ProbNumber (XMLPROJECTION = "ATTRIBUTE");
Property methods: missingThresholdDisplayToLogical(), missingThresholdGet(), missingThresholdIsValid(), missingThresholdLogicalToDisplay(), missingThresholdNormalize(), missingThresholdSet(), missingThresholdXSDToLogical()
property multipleModelMethod as %String (VALUELIST = ",majorityVote,weightedMajorityVote,average,weightedAverage,median,max,sum,selectFirst,selectAll,modelChain,x-weightedSum", XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: multipleModelMethodDisplayToLogical(), multipleModelMethodGet(), multipleModelMethodIsValid(), multipleModelMethodLogicalToDisplay(), multipleModelMethodLogicalToOdbc(), multipleModelMethodNormalize(), multipleModelMethodSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab