1 implementation of GetSeeker
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
300public RowSeeker GetSeeker(Func<int, bool> predicate)
1 reference to GetSeeker
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
65_seeker = ((IRowSeekable)_cacheDataView).GetSeeker(colIndex => colIndex == _col.Index);