4 references to SignatureKernelBase
Microsoft.ML.Transforms (4)
FourierDistributionSampler.cs (2)
14
[assembly: LoadableClass(typeof(GaussianKernel), typeof(GaussianKernel.Options), typeof(
SignatureKernelBase
),
17
[assembly: LoadableClass(typeof(LaplacianKernel), typeof(LaplacianKernel.Options), typeof(
SignatureKernelBase
),
RandomFourierFeaturizing.cs (2)
44
[Argument(ArgumentType.Multiple, HelpText = "Which kernel to use?", ShortName = "kernel", SignatureType = typeof(
SignatureKernelBase
))]
61
[Argument(ArgumentType.Multiple, HelpText = "which kernel to use?", ShortName = "kernel", SignatureType = typeof(
SignatureKernelBase
))]