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