Partilhar via


QuantileRegressionTree.GetLeafSamplesAt(Int32) Método

Definição

Retorne os rótulos de treinamento caindo na folha especificada.

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)

Parâmetros

leafIndex
Int32

O índice da folha especificada.

Retornos

Rótulos de treinamento

Aplica-se a