2 writes to RowIndexMin
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1542RowIndexMin = min; 1555RowIndexMin = RowIndexLim = -1;
2 references to RowIndexMin
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1532public bool IsSentinel { get { return RowIndexMin == -1; } } 1534public int Rows { get { return (int)(RowIndexLim - RowIndexMin); } }