QuantileRegressionTree.GetLeafSamplesAt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the training labels falling into the specified leaf.
public System.Collections.Generic.IReadOnlyList<double> GetLeafSamplesAt (int leafIndex);
member this.GetLeafSamplesAt : int -> System.Collections.Generic.IReadOnlyList<double>
Public Function GetLeafSamplesAt (leafIndex As Integer) As IReadOnlyList(Of Double)
Parameters
- leafIndex
- Int32
The index of the specified leaf.
Returns
Training labels