IBinaryTreeNode.SSR

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.

Example

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

See also:

IBinaryTreeNode