Implemented interface member:
method
GetRowCursor
Microsoft.ML.IDataView.GetRowCursor(System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column>, System.Random)
3 references to GetRowCursor
Microsoft.ML.Samples (3)
Dynamic\SimpleDataViewImplementation.cs (3)
128/// <see cref="GetRowCursor(IEnumerable{DataViewSchema.Column}, Random)"/>, 182=> new[] { GetRowCursor(columnsNeeded, rand) }; 223/// <see cref="GetRowCursor(