RegressionTreeBase.NumericalSplitThresholds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
NumericalSplitThresholds[i] 是 [i] 为特征编制 NumericalSplitFeatureIndexes索引的阈值,其中 i 是 i-th 节点的索引 (例如,对于) 中的 Microsoft.ML.Trainers.FastTree.RegressionTreeBase._tree 第 2 个节点,i 为 1。
public System.Collections.Generic.IReadOnlyList<float> NumericalSplitThresholds { get; }
member this.NumericalSplitThresholds : System.Collections.Generic.IReadOnlyList<single>
Public ReadOnly Property NumericalSplitThresholds As IReadOnlyList(Of Single)