Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [PMML] >  [Builder] >  [Tree]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 6


Summary

Properties
AlgorithmName CustomTree DataSources Dataset
Description FunctionName MaxTreeDepth MissingValuePenalty
MissingValueStrategy ModelName NoTrueChildStrategy OutputProbability
ScoringMetric TargetField

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %Delete %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Extends %GetParameter
%GetSwizzleObject %IsA %IsModified %IsNull
%New %NormalizeObject %ObjectIsNull %ObjectModified
%OnBeforeAddToSync %OnDetermineClass %Open %OpenId
%OriginalNamespace %PackageName %RemoveFromSaveSet %ResolveConcurrencyConflict
%SerializeObject %SetModified %SyncObjectIn %SyncTransport
%ValidateObject AddDataSourceCube AddDataSourceSQL AppendModel
GeneratePMML LogicalToOdbc OdbcToLogical


Parameters

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

Properties

• property CustomTree  [ MultiDimensional ];
• property MaxTreeDepth as %Integer [ InitialExpression = 3 ];
• property MissingValuePenalty as %Double [ InitialExpression = 1.0 ];
• property MissingValueStrategy as %String(VALUELIST=",none,lastPrediction,nullPrediction,defaultChild,weightedConfidence,aggregateNodes") [ InitialExpression = "none" ];
• property NoTrueChildStrategy as %String(VALUELIST=",returnNullPrediction,returnLastPrediction") [ InitialExpression = "returnNullPrediction" ];
• property ScoringMetric as %String(VALUELIST=",Confidence,GiniImpurity,InformationGain") [ InitialExpression = "GiniImpurity" ];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.