Implemented interface member:
method
GetRowCursor
Microsoft.ML.IDataView.GetRowCursor(System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column>, System.Random)
1 reference to GetRowCursor
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1462return new DataViewRowCursor[] { GetRowCursor(columnsNeeded, rand) };