1 write to _rgen
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
549
_rgen
= new Random(0); // Ideally we'd get this from the host.
1 reference to _rgen
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
571
int[] map = Utils.GetRandomPermutation(
_rgen
, _labelLim);