.NeuralNetwork.Utilities.RadBas

Information

This function calculate the radial basis transfer function.

The algorithm used when the input is n is: radbas(n) = a = exp(-n^2).

Release Notes:

Interface

function RadBas
  input Real[:, :] n "Input of the function";
  output Real[size(n, 1), size(n, 2)] a "Output of the function";
end RadBas;

Generated at 2024-05-10T18:15:56Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos