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