2 writes to MaxSplitFeatIdx
Microsoft.ML.FastTree (2)
FastTree.cs (2)
2850MaxSplitFeatIdx = trainedEnsemble.GetMaxFeatureIndex(); 2875MaxSplitFeatIdx = TrainedEnsemble.GetMaxFeatureIndex();
5 references to MaxSplitFeatIdx
Microsoft.ML.FastTree (5)
FastTree.cs (4)
2851Contracts.Assert(NumFeatures > MaxSplitFeatIdx); 2926Host.Check(src.Length > MaxSplitFeatIdx); 2954Host.Check(src.Length > MaxSplitFeatIdx); 3236var numFeatures = Math.Max(NumFeatures, MaxSplitFeatIdx + 1);
RandomForestRegression.cs (1)
238Host.Check(src.Length > MaxSplitFeatIdx);