2 writes to _matrixGenerator
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
120_matrixGenerator = generator.GetRandomNumberGenerator(avgDist); 153ctx.LoadModelOrNull<FourierRandomNumberGeneratorBase, SignatureLoadModel>(env, out _matrixGenerator, directoryName));
2 references to _matrixGenerator
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
178ctx.SaveModel(_matrixGenerator, directoryName); 188RndFourierVectors[i * rowSize + j] = _matrixGenerator.Next(_rand);