Property groupProperty NameDescriptionMisc.Note
Model FileSave Model FileDecide whether to save model file.RequiredYes, No
Model FileModel File PathSet the path for the model file to be savedConditionally Required
Selection optionsImpurity FunctionSpecify the impurity function (Default is Gini)RequiredGini, Twoing, Entropy, LSD
Selection optionsMisclassification Cost‘Default’ sets the misclassification cost as 1 for correct classifications and 0 for misclassifications across all classes. To assign different costs to each class, select Custom and specify the values.RequiredDefault, Custom
Selection optionsOccupancy InputOccupancy Input refers to the proportion of each class within the data. By default, the same percentage is applied to all classes.RequiredDefault, Custom
Selection optionsCriterionDefine whether to build the tree automatically or manually based on the selected options.RequiredAutomatic, Manual
Selection optionsMin Samples SplitSet the minimum number of data required to split a tree node. Activated when the Criterion option is set to ‘Automatic’. (Default is 5)Conditionally RequiredValue>0
Selection optionsPruningChoose whether to prune the generated tree. Activated when the Criterion option is set to ‘Automatic’.Conditionally RequiredYes, No
Selection optionsMax Tree DepthThe maximum depth of the tree. Activated when the Criterion option is set to ‘Automatic’. Default: None (nodes are expanded until all leaves are pure or contain fewer than Min Samples Split)Conditionally RequiredValue>0
Selection optionsImpurity ThresholdA node becomes a stationary node if its impurity is below the specified impurity threshold. Activated when the Criterion option is set to ‘Automatic’.Conditionally Required0≤value≤1
Selection optionsImpurity Change ThresholdIf the impurity change for a node is below the specified threshold, the node is considered a terminal node. Activated only when the Criterion option is set to ‘Automatic’, and Pruning option is set to ‘No’.Conditionally Required0≤value≤1