Implemented interface member:
method
GetRowCount
Microsoft.ML.IDataView.GetRowCount()
2 references to GetRowCount
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (1)
984h.Assert(noRows.GetRowCount() == 0);
DataLoadSave\Transpose\TransposeLoader.cs (1)
546env.Assert(noRows.GetRowCount() == 0);