次の方法で共有


QuantileRegressionTree.GetLeafSampleWeightsAt(Int32) メソッド

定義

指定したリーフに分類されるトレーニング ラベルの重みを返します。 GetLeafSampleWeightsAt(Int32)同じ入力を使用する場合GetLeafSamplesAt(Int32)、この関数の i 番目の戻り値は、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

指定したリーフのインデックス。

戻り値

トレーニング ラベルの重み

適用対象