Implemented interface member:
method
GetRowCount
Microsoft.ML.IDataView.GetRowCount()
5 references to GetRowCount
Microsoft.ML.Data (5)
DataView\CacheDataView.cs (5)
305
GetRowCount
();
612
var rowCount = parent.
GetRowCount
();
677
if (!_parent.
GetRowCount
().HasValue && waiters.Count == 0)
691
var rowCount = _parent.
GetRowCount
();
1434
if (parent.
GetRowCount
() is { } rowCount)