Numerix v0.4.2 Numerix.Kernel

Functions used as kernel methods for classification, regression and clustering.

Summary

Functions

Radial basis function used to approximate given functions. It is particularly useful for time series prediction and control of nonlinear systems. It can also be seen as a simple single-layer type of artificial neural network where the function acts as the activation function for the network

Functions

rbf(vector1, vector2, gamma \\ 10)
rbf([number], [number], integer) :: Numerix.Common.maybe_float

Radial basis function used to approximate given functions. It is particularly useful for time series prediction and control of nonlinear systems. It can also be seen as a simple single-layer type of artificial neural network where the function acts as the activation function for the network.