IBinaryTreeNode.Mean

Fore Syntax

Mean: Double;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeNode