%DeepSee.PMML.Definition.Models.Trees.TreeNode
class %DeepSee.PMML.Definition.Models.Trees.TreeNode extends %DeepSee.PMML.Definition.extendableNode
Property Inventory (Including Private)
Method Inventory (Including Private)
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 (Including Private)
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(), recordCountLogicalToXSD(), recordCountNormalize(), recordCountOdbcToLogical(), recordCountSet(), recordCountXSDToLogical()
property score as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: scoreDisplayToLogical(), scoreGet(), scoreIsValid(), scoreLogicalToDisplay(), scoreLogicalToOdbc(), scoreNormalize(), scoreSet()
Methods (Including Private)
TODO Property EmbeddedModel
Adds node-specific validation checks
method %ValidateNames(ByRef pDictionary) as %Status
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- %ValidatePMML()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()