Share via


RegressionTreeBase.SplitGains Property

Definition

The gains obtained by splitting data at nodes. Its i-th value is computed from to the split at the i-th node.

public System.Collections.Generic.IReadOnlyList<double> SplitGains { get; }
member this.SplitGains : System.Collections.Generic.IReadOnlyList<double>
Public ReadOnly Property SplitGains As IReadOnlyList(Of Double)

Property Value

Applies to