%DeepSee.PMML.Definition.Models.TreeModel
class %DeepSee.PMML.Definition.Models.TreeModel extends %DeepSee.PMML.Definition.Models.AbstractModel
Property Inventory
- Extension
- LocalTransformations
- MiningSchema
- ModelExplanation
- ModelStats
- ModelVerification
- Node
- Output
- Targets
- missingValuePenalty
- missingValueStrategy
- noTrueChildStrategy
- splitCharacteristic
Method 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 LocalTransformations as %DeepSee.PMML.Definition.LocalTransformations (XMLPROJECTION = "ELEMENT");
Property methods: LocalTransformationsGet(), LocalTransformationsGetSwizzled(), LocalTransformationsIsValid(), LocalTransformationsNewObject(), LocalTransformationsSet()
property MiningSchema as %DeepSee.PMML.Definition.MiningSchema (XMLPROJECTION = "ELEMENT") [ Required ];
Property methods: MiningSchemaGet(), MiningSchemaGetSwizzled(), MiningSchemaIsValid(), MiningSchemaNewObject(), MiningSchemaSet()
property ModelExplanation as %DeepSee.PMML.Definition.ModelExplanation (XMLPROJECTION = "ELEMENT");
Property methods: ModelExplanationGet(), ModelExplanationGetSwizzled(), ModelExplanationIsValid(), ModelExplanationNewObject(), ModelExplanationSet()
property ModelStats as %DeepSee.PMML.Definition.ModelStats (XMLPROJECTION = "ELEMENT");
Property methods: ModelStatsGet(), ModelStatsGetSwizzled(), ModelStatsIsValid(), ModelStatsNewObject(), ModelStatsSet()
property ModelVerification as %DeepSee.PMML.Definition.ModelVerification (XMLPROJECTION = "ELEMENT");
Property methods: ModelVerificationGet(), ModelVerificationGetSwizzled(), ModelVerificationIsValid(), ModelVerificationNewObject(), ModelVerificationSet()
property Node as %DeepSee.PMML.Definition.Models.Trees.TreeNode (XMLPROJECTION = "ELEMENT") [ Required ];
Property methods: NodeGet(), NodeGetSwizzled(), NodeIsValid(), NodeNewObject(), NodeSet()
property Output as %DeepSee.PMML.Definition.Output (XMLPROJECTION = "ELEMENT");
Property methods: OutputGet(), OutputGetSwizzled(), OutputIsValid(), OutputNewObject(), OutputSet()
property Targets as %DeepSee.PMML.Definition.Targets (XMLPROJECTION = "ELEMENT");
Property methods: TargetsGet(), TargetsGetSwizzled(), TargetsIsValid(), TargetsNewObject(), TargetsSet()
property missingValuePenalty as %DeepSee.PMML.Datatype.ProbNumber (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 1.0 ];
Property methods: missingValuePenaltyDisplayToLogical(), missingValuePenaltyGet(), missingValuePenaltyIsValid(), missingValuePenaltyLogicalToDisplay(), missingValuePenaltyNormalize(), missingValuePenaltySet(), missingValuePenaltyXSDToLogical()
property missingValueStrategy as %DeepSee.PMML.Datatype.String (VALUELIST = ",lastPrediction,nullPrediction,defaultChild,weightedConfidence,aggregateNodes,none", XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "none" ];
Property methods: missingValueStrategyDisplayToLogical(), missingValueStrategyGet(), missingValueStrategyIsValid(), missingValueStrategyLogicalToDisplay(), missingValueStrategyLogicalToOdbc(), missingValueStrategyNormalize(), missingValueStrategySet()
property noTrueChildStrategy as %DeepSee.PMML.Datatype.String (VALUELIST = ",returnNullPrediction,returnLastPrediction", XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "returnNullPrediction" ];
Property methods: noTrueChildStrategyDisplayToLogical(), noTrueChildStrategyGet(), noTrueChildStrategyIsValid(), noTrueChildStrategyLogicalToDisplay(), noTrueChildStrategyLogicalToOdbc(), noTrueChildStrategyNormalize(), noTrueChildStrategySet()
property splitCharacteristic as %DeepSee.PMML.Datatype.String (VALUELIST = ",binarySplit,multiSplit", XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "multiSplit" ];
Property methods: splitCharacteristicDisplayToLogical(), splitCharacteristicGet(), splitCharacteristicIsValid(), splitCharacteristicLogicalToDisplay(), splitCharacteristicLogicalToOdbc(), splitCharacteristicNormalize(), splitCharacteristicSet()
Methods
method %OnValidateNames(ByRef pDictionary) as %Status
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateNames()
- %ValidateObject()
- %ValidatePMML()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()