IBinaryTreeNode.Mean

Syntax

Mean: Double;

Description

The Mean property returns the mean of a classifying variable.

Comments

To get variance of classifying variable, use the IBinaryTreeNode.Disp property.

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

Example

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

See also:

IBinaryTreeNode