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