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