Description Usage Arguments Value Examples
Train a Radial Basis Function Neural Network.
1 | RBFNN_train(X, Y, neurons, it, inputType = "original_dataset")
|
X |
original dataset, distance matrix or gaussian kernel matrix. |
Y |
the labels of |
neurons |
number of neurons in the hidden layer. |
it |
value used in the seed. |
inputType |
type of |
The trained model, the centroids of the RBFNN, the standard deviations of each RBF neuron and indexes of the observations that are the centroids.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.