Learn R Programming

pmxNODE (version 0.1.0)

nn_number_extractor: Internal: Extract name of a NN

Description

Extract the name of a NN given as the NNX argument

Usage

nn_number_extractor(text)

Value

Name of the NN

Arguments

text

(string) String of NN in form of NN1(state=C,min_init=1,max_init=5)

Author

Dominic Bräm

Details

Potentially be moved to argument in NN function in form of NN(name=1,state=C,min_init=1,max_init=5) at a later stage