Learn R Programming

pmxNODE (version 0.1.0)

nn_errors: Internal: Error for incomplete NNs

Description

Raises error if one or more NNs are not complete, i.e., not all required arguments are given

Usage

nn_errors(nn_tests)

Value

Error: Missing argument; NNX: missing arguments

Arguments

nn_tests

(list of strings) List of missing arguments for each NN, “None” if no arguments are missing for a NN

Author

Dominic Bräm

Details

Currently required arguments are: NN-name NNX(), state (state=), minimal (min_init=) and maximal (max_init=) activation points