Linear Kernel Function
Jump to navigation
Jump to search
A Linear Kernel Function is a Kernel Function that is based on a Linear transformation of the Feature Space.
- AKA: Dot Product Kernel Function.
- Context:
- K(x,z) = (<x,z>)
- See: Perceptron Algorithm.