2 instantiations of Cursor
Microsoft.ML.Data (2)
Scorers\RowToRowScorerBase.cs (2)
139return new Cursor(Host, this, input, active, activeMapperColumns); 161cursors[i] = new Cursor(Host, this, inputs[i], active, activeMapperColumns);