共用方式為


RegressionTreeBase.LeftChild 屬性

定義

LeftChild[i] 是 (1 時使用的 i 節點子索引,) [i] 所編制索引 NumericalSplitFeatureIndexes 的數值特徵小於或等於臨界值 NumericalSplitThresholds [i],或 (2) 使用 nodeIndex=i 傳回值所編制索引 GetCategoricalCategoricalSplitFeatureRangeAt(Int32) 的類別特徵不是 nodeIndex=i 的 GetCategoricalSplitFeaturesAt(Int32) 子集。 請注意,只有在 [i] 為 false 時 CategoricalSplitFlags ,才會發生 (1) ,否則會發生 (2) 。 非負傳回的值表示節點 (,也就是不是分葉) ;例如,2 表示基礎 Microsoft.ML.Trainers.FastTree.RegressionTreeBase._tree 中的第三個節點。 負傳回的值表示分葉;例如,-1 代表 ~ 基礎 Microsoft.ML.Trainers.FastTree.RegressionTreeBase._tree 中的 (-1) 分葉。 請注意, ~ 是 C# 中的位補數運算子;如需詳細資訊,請參閱 https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/bitwise-complement-operator

public System.Collections.Generic.IReadOnlyList<int> LeftChild { get; }
member this.LeftChild : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property LeftChild As IReadOnlyList(Of Integer)

屬性值

適用於