IBinaryTreeNode.Disp

Syntax

Disp: Double;

Description

The Disp property returns the variance of classifying variable.

Comments

The property is relevant only on the ISmGradientBoostedTree gradient boosting calculation.

To get classifying variable mean, use the IBinaryTreeNode.Mean property.

Example

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

IBinaryTreeNode