1 implementation of IRowSeekable
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
27
internal sealed class CacheDataView : IDataView,
IRowSeekable
1 reference to IRowSeekable
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
65
_seeker = ((
IRowSeekable
)_cacheDataView).GetSeeker(colIndex => colIndex == _col.Index);