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)
571int[] map = Utils.GetRandomPermutation(_rgen, _labelLim);