View source: R/check_n_neurons.R
check_n_neurons | R Documentation |
n_neurons
is validCheck if the n_neurons
is valid
Will stop if not.
check_n_neurons(n_neurons)
n_neurons |
the number of neurons, as checked by check_n_neurons |
Nothing. Will stop if n_neurons
is invalid.
Richèl J.C. Bilderbeek
check_n_neurons(0)
check_n_neurons(1)
check_n_neurons(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.