IBinaryTreeNode.Improvement

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.

Example

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

See also:

IBinaryTreeNode