1 write to _rnd
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (1)
63
_rnd
= new Random(randomSeed);
1 reference to _rnd
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (1)
117
if (
_rnd
.NextDouble() <= perLabelSampleRate[_labels[d]])