1 write to _cursor
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
510
_cursor
= input;
3 references to _cursor
Microsoft.ML.Data (3)
Training\TrainerUtils.cs (3)
493
public DataViewRow Row =>
_cursor
;
549
if (!
_cursor
.MoveNext())
577
_cursor
.Dispose();