Learn R Programming

pmxNODE (version 0.1.0)

nn_tester: Internal: Test NNs for completeness

Description

Tests whether all required arguments are given to each NN

Usage

nn_tester(text)

Value

Missing arguments of a NN, “None” if all arguments are given

Arguments

text

NN function from the un-converted model file, e.g., NN1(state=C,min_init=1,max_init=5)

Author

Dominic Bräm

Details

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