2 references to Create
Microsoft.ML.Data (2)
Transforms\RowShufflingTransformer.cs (2)
530
_pipes[ia] = ShufflePipe.
Create
(_pipeIndices.Length,
534
var idPipe = _pipes[numActive + (int)ExtraIndex.Id] = ShufflePipe.
Create
(_pipeIndices.Length, RowIdDataViewType.Instance, input.GetIdGetter());