4 references to Combine
Microsoft.ML.Data (3)
DataView\AppendRowsDataView.cs (2)
242
val = val.
Combine
(new DataViewRowId((ulong)_currentSourceIndex, 0));
344
val = val.
Combine
(new DataViewRowId((ulong)_currentSourceIndex, 0));
Transforms\BootstrapSamplingTransformer.cs (1)
210
val = val.
Combine
(new DataViewRowId((ulong)_remaining, 0));
Microsoft.ML.Transforms (1)
UngroupTransform.cs (1)
525
val = val.
Combine
(new DataViewRowId((ulong)_pivotColPosition, 0));