check_n_neurons: Check if the 'n_neurons' is valid

View source: R/check_n_neurons.R

check_n_neuronsR Documentation

Check if the n_neurons is valid

Description

Check if the n_neurons is valid Will stop if not.

Usage

check_n_neurons(n_neurons)

Arguments

n_neurons

the number of neurons, as checked by check_n_neurons

Value

Nothing. Will stop if n_neurons is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

check_n_neurons(0)
check_n_neurons(1)
check_n_neurons(100)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.