QuantileRegressionTree.GetLeafSampleWeightsAt(Int32) 方法

定义

返回落入指定叶的训练标签的权重。 如果 GetLeafSamplesAt(Int32)GetLeafSampleWeightsAt(Int32) 使用相同的输入,则此函数的第一个返回值是第 i 个标签的 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)

参数

leafIndex
Int32

指定叶的索引。

返回

训练标签的权重

适用于