1 write to _ranges
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
663
_ranges
= new int[_numChunks + 1];
4 references to _ranges
Microsoft.ML.StandardTrainers (4)
Standard\LogisticRegression\LbfgsPredictorBase.cs (4)
672
_ranges
[ichk + 1] = iinstMin;
807
Contracts.Assert(Utils.Size(
_ranges
) == _numChunks + 1);
844
int ivMin =
_ranges
[ichk];
845
int ivLim =
_ranges
[ichk + 1];