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