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> 用于保存每个功能的累积拆分增益值。 i-th weights 元素存储 i-th 功能的累积拆分增益。

适用于