2 instantiations of Cursor
Microsoft.ML.Transforms (2)
UngroupTransform.cs (2)
187return new Cursor(Host, inputCursor, _ungroupBinding, predicate); 199x => new Cursor(Host, inputCursors[x], _ungroupBinding, predicate));
2 references to Cursor
Microsoft.ML.Transforms (2)
UngroupTransform.cs (2)
448private static readonly FuncInstanceMethodInfo1<Cursor, int, Func<int>> _makeSizeGetterMethodInfo 449= FuncInstanceMethodInfo1<Cursor, int, Func<int>>.Create(target => target.MakeSizeGetter<int>);