1 implementation of GetSeeker
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
300
public 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);