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