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