KernelExpansionCatalog Class

Definition

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.

Applies to