Base:
property
Batch
Microsoft.ML.DataViewRow.Batch
2 references to Batch
Microsoft.ML.Data (2)
DataView\TypedCursor.cs (2)
576
public long Batch => _row.
Batch
;
594
public override long Batch => _cursor.
Batch
;