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