4 references to Shuffle
Microsoft.ML.Core (1)
Utilities\Utils.cs (1)
507Shuffle<int>(rand, res);
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
1147Utils.Shuffle(rgen, aEditor.Indices);
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
456Utils.Shuffle(_rand, _batch.AsSpan(0, _batchEnd));
Microsoft.ML.Transforms (1)
PermutationFeatureImportance.cs (1)
199Utils.Shuffle<float>(shuffleRand, featureValuesBuffer);