2 writes to _slotLim
Microsoft.ML.Data (2)
DataLoadSave\Text\TextSaver.cs (2)
625
_slotLim
= 0;
673
_slotLim
++;
12 references to _slotLim
Microsoft.ML.Data (12)
DataLoadSave\Text\TextSaver.cs (12)
663
if (_mpslotdst.Length <=
_slotLim
)
665
if (_mpslotichLim.Length <=
_slotLim
)
671
_mpslotichLim[
_slotLim
] = _cch;
672
_mpslotdst[
_slotLim
] = dst;
683
_mpcolslot[_col] =
_slotLim
;
701
Double bestScore = _sparseWeight *
_slotLim
;
705
int cs =
_slotLim
- _mpcolslot[col];
738
if (slot ==
_slotLim
)
748
for (; slot <
_slotLim
; slot++)
771
Contracts.Assert(slot ==
_slotLim
|| slot <
_slotLim
&& dst <= _mpslotdst[slot]);
783
if (slot ==
_slotLim
|| dst < _mpslotdst[slot])