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.Transforms (1)
CustomMappingFilter.cs (1)
155return new[] { GetRowCursor(columnsNeeded, rand) };