QuantileRegressionTree.GetLeafSampleWeightsAt(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 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