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