RegressionTreeBase.NumericalSplitThresholds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
NumericalSplitThresholds[i] 是 [i] 所編制索引 NumericalSplitFeatureIndexes 功能的臨界值,其中 i 是 i 節點的索引 (例如,i 是) 的第 2 個節點的 Microsoft.ML.Trainers.FastTree.RegressionTreeBase._tree 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)