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