1 instantiation of Options
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
45
public IComponentFactory<KernelBase> MatrixGenerator = new GaussianKernel.
Options
();
2 references to Options
Microsoft.ML.Transforms (2)
FourierDistributionSampler.cs (2)
14
[assembly: LoadableClass(typeof(GaussianKernel), typeof(GaussianKernel.
Options
), typeof(SignatureKernelBase),
104
internal GaussianKernel(IHostEnvironment env,
Options
options)