IBinaryTreeNode.SSR

Fore Syntax

SSR: Double;

Fore.NET Syntax

SSR: double;

Description

The SSR property returns sum of squared residuals.

Comments

The property is valuable only on the ISmGradientBoostedTreegradient boosting calculation.

Sum of squared residuals is calculated only for regression trees.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeNode