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