1 write to _featureSelectionRandom
Microsoft.ML.FastTree (1)
FastTree.cs (1)
416
_featureSelectionRandom
= new Random(FastTreeTrainerOptions.FeatureSelectionSeed);
2 references to _featureSelectionRandom
Microsoft.ML.FastTree (2)
FastTree.cs (2)
415
if (
_featureSelectionRandom
== null)
421
activeFeatures[i] =
_featureSelectionRandom
.NextDouble() <= FastTreeTrainerOptions.FeatureFraction;