TreeEnsembleModelParameters.GetFeatureWeights(VBuffer<Single>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取所有树中每个功能的累积拆分增益。
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))
参数
一个 VBuffer<T> 用于保存每个功能的累积拆分增益值。
i-th weights
元素存储 i-th 功能的累积拆分增益。