Skip to main content

%DeepSee.PMML.Definition.Models.Trees.TreeNode

class %DeepSee.PMML.Definition.Models.Trees.TreeNode extends %DeepSee.PMML.Definition.extendableNode

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = Node;
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 Predicate as %DeepSee.PMML.Definition.Util.Predicate (XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ Required ];
Property methods: PredicateGet(), PredicateGetSwizzled(), PredicateIsValid(), PredicateNewObject(), PredicateSet()
property ScoreDistributions as list of ScoreDistribution (XMLNAME = "ScoreDistribution", XMLPROJECTION = "ELEMENT");
TODO Property Partitions As list of %DeepSee.PMML.Definition.Partition(XMLPROJECTION = "ELEMENT", XMLITEMNAME = "Partition");
Property methods: ScoreDistributionsBuildValueArray(), ScoreDistributionsCollectionToDisplay(), ScoreDistributionsCollectionToOdbc(), ScoreDistributionsDisplayToCollection(), ScoreDistributionsGet(), ScoreDistributionsGetObject(), ScoreDistributionsGetObjectId(), ScoreDistributionsGetSwizzled(), ScoreDistributionsIsValid(), ScoreDistributionsOdbcToCollection(), ScoreDistributionsSet(), ScoreDistributionsSetObject(), ScoreDistributionsSetObjectId()
property Subnodes as list of TreeNode (XMLNAME = "Node", XMLPROJECTION = "ELEMENT");
Property methods: SubnodesBuildValueArray(), SubnodesCollectionToDisplay(), SubnodesCollectionToOdbc(), SubnodesDisplayToCollection(), SubnodesGet(), SubnodesGetObject(), SubnodesGetObjectId(), SubnodesGetSwizzled(), SubnodesIsValid(), SubnodesOdbcToCollection(), SubnodesSet(), SubnodesSetObject(), SubnodesSetObjectId()
property defaultChild as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: defaultChildDisplayToLogical(), defaultChildGet(), defaultChildIsValid(), defaultChildLogicalToDisplay(), defaultChildLogicalToOdbc(), defaultChildNormalize(), defaultChildSet()
property id as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: idDisplayToLogical(), idGet(), idIsValid(), idLogicalToDisplay(), idLogicalToOdbc(), idNormalize(), idSet()
property recordCount as %DeepSee.PMML.Datatype.Number (XMLPROJECTION = "ATTRIBUTE");
Property methods: recordCountDisplayToLogical(), recordCountGet(), recordCountIsValid(), recordCountLogicalToDisplay(), recordCountNormalize(), recordCountSet(), recordCountXSDToLogical()
property score as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: scoreDisplayToLogical(), scoreGet(), scoreIsValid(), scoreLogicalToDisplay(), scoreLogicalToOdbc(), scoreNormalize(), scoreSet()

Methods

method %ValidateNames(ByRef pDictionary) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab