1 write to _index
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1127
_index
= index;
4 references to _index
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (4)
1130
public long Batch =>
_index
.Batch;
1131
public long GetIndex() =>
_index
.GetIndex();
1132
public ValueGetter<DataViewRowId> GetIdGetter() =>
_index
.GetIdGetter();
1133
public bool MoveNext() =>
_index
.MoveNext();