1 write to _rnd
Microsoft.ML.FastTree (1)
Training\Applications\ObjectiveFunction.cs (1)
50
_rnd
= new Random(randomNumberGeneratorSeed);
1 reference to _rnd
Microsoft.ML.FastTree (1)
Training\Applications\ObjectiveFunction.cs (1)
58
int sampleIndex =
_rnd
.Next(GradSamplingRate);