Implemented interface member:
method
GetRowCursorSet
Microsoft.ML.IDataView.GetRowCursorSet(System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column>, System.Int32, System.Random)
2 overrides of GetRowCursorSet
Microsoft.ML.Transforms (2)
CustomMappingFilter.cs (2)
73
public override DataViewRowCursor[]
GetRowCursorSet
(IEnumerable<DataViewSchema.Column> columnsNeeded, int n, Random rand = null)
153
public override DataViewRowCursor[]
GetRowCursorSet
(IEnumerable<DataViewSchema.Column> columnsNeeded, int n, Random rand = null)