2 references to GetRowCursorCore
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1205return GetRowCursorCore(columnsNeeded, rand); 1211return new DataViewRowCursor[] { GetRowCursorCore(columnsNeeded, rand) };