IBinaryTreeNode.Improvement

Fore Syntax

Improvement: Double;

Fore.NET Syntax

Improvement: double;

Description

The Improvement property returns improvement coefficient.

Comments

The property is valuable only on the ISmRandomForest tree and the ISmCART binary tree ensemble calculation.

To get the checked value, use the IBinaryTreeNode.Value property.

Fore and Fore.NET Examples

The property use is given in the example for IBinaryTreeNode.Disp.

See also:

IBinaryTreeNode