KernelExpansionCatalog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of extension methods for TransformsCatalog to create instances of kernel method feature engineering transformer components.
public static class KernelExpansionCatalog
type KernelExpansionCatalog = class
Public Module KernelExpansionCatalog
- Inheritance
-
KernelExpansionCatalog
Methods
ApproximatedKernelMap(TransformsCatalog, String, String, Int32, Boolean, KernelBase, Nullable<Int32>) |
Create an ApproximatedKernelMappingEstimator that maps input vectors to a low dimensional feature space where inner products approximate a shift-invariant kernel function. |