Share via


RegressionTreeBase.LeafValues Property

Definition

LeafValues[i] is the learned value at the i-th leaf.

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

Property Value

Applies to