1 write to Generator
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
683Generator = generator ?? new GaussianKernel();
2 references to Generator
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
119var generator = column.Generator; 356var generator = columns[iinfo].Generator;