Base:
method
GetRowCursor
Microsoft.ML.Data.DataViewConstructionUtils.DataViewBase<TRow>.GetRowCursor(System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column>, System.Random)
1 reference to GetRowCursor
Microsoft.ML.Transforms (1)
StatefulFilterTransform.cs (1)
166
_appendedRow = appendedDataView.
GetRowCursor
(appendedDataView.Schema.Where(c => !c.IsHidden && columnNames.Contains(c.Name)));