QuantileRegressionTree.GetLeafSampleWeightsAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回定型標籤落在指定分葉中的權數。 如果 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
指定分葉的索引。
傳回
訓練標籤的權數