Numerix v0.6.0 Numerix.Kernel View Source
Functions used as kernel methods for classification, regression and clustering.
Link to this section 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.
Link to this section Functions
Link to this function
rbf(x, y, gamma \\ 10)
View Sourcerbf(Numerix.Common.vector(), Numerix.Common.vector(), 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.