2 writes to _colMin
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
481
_colMin
= parent._cols[iinfo].Index;
487
_colMin
= smin;
2 references to _colMin
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
482
_colLim =
_colMin
+ 1;
494
_colStored = _colCurr =
_colMin
- 1;