Megosztás a következőn keresztül:


QuantileRegressionTree.GetLeafSamplesAt(Int32) Method

Definition

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

Applies to