2 instantiations of Cursor
Microsoft.ML.Data (2)
Transforms\RowShufflingTransformer.cs (2)
238return new Cursor(provider, poolRows, cursor, rand); 287return new Cursor(Host, _poolRows, input, rand);
2 references to Cursor
Microsoft.ML.Data (2)
Transforms\RowShufflingTransformer.cs (2)
457private static readonly FuncInstanceMethodInfo1<Cursor, int, Delegate> _createGetterDelegateMethodInfo 458= FuncInstanceMethodInfo1<Cursor, int, Delegate>.Create(target => target.CreateGetterDelegate<int>);