4 references to ApproximatedKernelMap
Microsoft.ML.PerformanceTests (1)
RffTransform.cs (1)
45var pipeline = mlContext.Transforms.ApproximatedKernelMap("FeaturesRFF", "Features")
Microsoft.ML.Samples (1)
Dynamic\Transforms\ApproximatedKernelMap.cs (1)
31var approximation = mlContext.Transforms.ApproximatedKernelMap(
Microsoft.ML.Tests (1)
Transformers\RffTests.cs (1)
72var est = ML.Transforms.ApproximatedKernelMap("RffVectorFloat", "VectorFloat", 3, true);
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
626/// <seealso cref="KernelExpansionCatalog.ApproximatedKernelMap(TransformsCatalog, string, string, int, bool, KernelBase, int?)"/>