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


QuantileRegressionTree.GetLeafSampleWeightsAt(Int32) Method

Definition

Return the weights for training labels falling into the specified leaf. If GetLeafSamplesAt(Int32) and GetLeafSampleWeightsAt(Int32) use the same input, the i-th returned value of this function is the weight of the i-th label in 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)

Parameters

leafIndex
Int32

The index of the specified leaf.

Returns

Training labels' weights

Applies to