共用方式為


TreeEnsembleModelParameters.GetFeatureWeights(VBuffer<Single>) 方法

定義

取得所有樹狀結構中每個功能的累計分割增益。

public void GetFeatureWeights (ref Microsoft.ML.Data.VBuffer<float> weights);
abstract member GetFeatureWeights : VBuffer -> unit
override this.GetFeatureWeights : VBuffer -> unit
Public Sub GetFeatureWeights (ByRef weights As VBuffer(Of Single))

參數

weights
VBuffer<Single>

VBuffer<T> 用來保存每個功能的累計分割取得值。 中的 weights i 元素會儲存 i-th 功能的累計分割增益。

適用於