1 implementation of GetCursor
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
153
public RowCursor<TRow>
GetCursor
()
1 reference to GetCursor
Microsoft.ML.Data (1)
Prediction\PredictionEngine.cs (1)
33
using (var cursor = _cursorablePipe.
GetCursor
())