Sdílet prostřednictvím


QuantileRegressionTree.GetLeafSampleWeightsAt(Int32) Metoda

Definice

Vrátí váhy pro trénovací popisky spadající do zadaného listu. Pokud GetLeafSamplesAt(Int32) a GetLeafSampleWeightsAt(Int32) použijete stejný vstup, i-th vrácená hodnota této funkce je váha i-tého popisku v GetLeafSamplesAt(Int32).

public System.Collections.Generic.IReadOnlyList<double> GetLeafSampleWeightsAt (int leafIndex);
member this.GetLeafSampleWeightsAt : int -> System.Collections.Generic.IReadOnlyList<double>
Public Function GetLeafSampleWeightsAt (leafIndex As Integer) As IReadOnlyList(Of Double)

Parametry

leafIndex
Int32

Index zadaného listu.

Návraty

Hmotnosti trénovacích štítků

Platí pro