Skip to main content

%DeepSee.PMML.Builder.Tree

serial class %DeepSee.PMML.Builder.Tree extends %DeepSee.PMML.Builder.AbstractBuilder

Property Inventory

Parameters

parameter MODELCLASSNAME = %DeepSee.PMML.Definition.Models.TreeModel;

Properties

property CustomTree [ MultiDimensional ];
Property methods: CustomTreeDisplayToLogical(), CustomTreeGet(), CustomTreeIsValid(), CustomTreeLogicalToDisplay(), CustomTreeLogicalToOdbc(), CustomTreeNormalize(), CustomTreeSet()
property MaxTreeDepth as %Integer [ InitialExpression = 3 ];
Property methods: MaxTreeDepthDisplayToLogical(), MaxTreeDepthGet(), MaxTreeDepthIsValid(), MaxTreeDepthLogicalToDisplay(), MaxTreeDepthNormalize(), MaxTreeDepthSet()
property MissingValuePenalty as %Double [ InitialExpression = 1.0 ];
Property methods: MissingValuePenaltyDisplayToLogical(), MissingValuePenaltyGet(), MissingValuePenaltyIsValid(), MissingValuePenaltyLogicalToDisplay(), MissingValuePenaltyNormalize(), MissingValuePenaltyOdbcToLogical(), MissingValuePenaltySet()
property MissingValueStrategy as %String (VALUELIST = ",none,lastPrediction,nullPrediction,defaultChild,weightedConfidence,aggregateNodes") [ InitialExpression = "none" ];
Property methods: MissingValueStrategyDisplayToLogical(), MissingValueStrategyGet(), MissingValueStrategyIsValid(), MissingValueStrategyLogicalToDisplay(), MissingValueStrategyLogicalToOdbc(), MissingValueStrategyNormalize(), MissingValueStrategySet()
property NoTrueChildStrategy as %String (VALUELIST = ",returnNullPrediction,returnLastPrediction") [ InitialExpression = "returnNullPrediction" ];
Property methods: NoTrueChildStrategyDisplayToLogical(), NoTrueChildStrategyGet(), NoTrueChildStrategyIsValid(), NoTrueChildStrategyLogicalToDisplay(), NoTrueChildStrategyLogicalToOdbc(), NoTrueChildStrategyNormalize(), NoTrueChildStrategySet()
property ScoringMetric as %String (VALUELIST = ",Confidence,GiniImpurity,InformationGain") [ InitialExpression = "GiniImpurity" ];
Property methods: ScoringMetricDisplayToLogical(), ScoringMetricGet(), ScoringMetricIsValid(), ScoringMetricLogicalToDisplay(), ScoringMetricLogicalToOdbc(), ScoringMetricNormalize(), ScoringMetricSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab