2 references to Cursor
Microsoft.ML.Data (2)
DataView\RowToRowMapperTransform.cs (2)
194
return new
Cursor
(Host, Source.GetRowCursor(inputCols, rand), this, active);
213
cursors[i] = new
Cursor
(Host, inputs[i], this, active);