共用方式為


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

指定分葉的索引。

傳回

訓練標籤的權數

適用於