3 instantiations of Cursor
Microsoft.ML.Transforms (3)
OptionalColumnTransform.cs (3)
333
return new
Cursor
(Host, _bindings, input, active);
356
cursors[i] = new
Cursor
(Host, _bindings, inputs[i], active);
364
return new DataViewRowCursor[] { new
Cursor
(Host, _bindings, input, active) };
4 references to Cursor
Microsoft.ML.Transforms (4)
OptionalColumnTransform.cs (4)
430
private static readonly FuncInstanceMethodInfo1<
Cursor
, Delegate> _makeGetterOneMethodInfo
431
= FuncInstanceMethodInfo1<
Cursor
, Delegate>.Create(target => target.MakeGetterOne<int>);
433
private static readonly FuncInstanceMethodInfo1<
Cursor
, int, Delegate> _makeGetterVecMethodInfo
434
= FuncInstanceMethodInfo1<
Cursor
, int, Delegate>.Create(target => target.MakeGetterVec<int>);