1 write to _labelLim
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
563
_labelLim
= lim;
2 references to _labelLim
Microsoft.ML.FastTree (2)
RandomForestRegression.cs (2)
562
if (lim >
_labelLim
)
571
int[] map = Utils.GetRandomPermutation(_rgen,
_labelLim
);