3 references to MatrixGenerator
Microsoft.ML.Transforms (3)
RandomFourierFeaturizing.cs (3)
414
env.CheckValue(options.
MatrixGenerator
, nameof(options.
MatrixGenerator
));
430
(item.MatrixGenerator ?? options.
MatrixGenerator
).CreateComponent(env),