Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%DeepSee.PMML.Definition.TaxonomyChildParent

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

Property Inventory

Parameters

parameter XMLNAME = ChildParent;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property TableIdentifier as %DeepSee.PMML.Definition.Util.TableIdentifier (XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Property methods: TableIdentifierGet(), TableIdentifierGetSwizzled(), TableIdentifierIsValid(), TableIdentifierNewObject(), TableIdentifierSet()
property childField as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: childFieldDisplayToLogical(), childFieldGet(), childFieldIsValid(), childFieldLogicalToDisplay(), childFieldLogicalToOdbc(), childFieldNormalize(), childFieldSet()
property isRecursive as %DeepSee.PMML.Datatype.YesNo (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "no" ];
Property methods: isRecursiveDisplayToLogical(), isRecursiveGet(), isRecursiveIsValid(), isRecursiveLogicalToDisplay(), isRecursiveLogicalToOdbc(), isRecursiveNormalize(), isRecursiveSet()
property parentField as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: parentFieldDisplayToLogical(), parentFieldGet(), parentFieldIsValid(), parentFieldLogicalToDisplay(), parentFieldLogicalToOdbc(), parentFieldNormalize(), parentFieldSet()
property parentLevelField as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: parentLevelFieldDisplayToLogical(), parentLevelFieldGet(), parentLevelFieldIsValid(), parentLevelFieldLogicalToDisplay(), parentLevelFieldLogicalToOdbc(), parentLevelFieldNormalize(), parentLevelFieldSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab