nn_nhidden_extractor: Internal: Extracting number of units in hidden layer
Description
Extracts the number of units in the hidden layer of a NN given as the n_hidden argument in the NN function
Usage
nn_nhidden_extractor(text)
Value
Number of units in the hidden layer for a specific NN
Arguments
- text
(string) String of NN in form of NN1(state=C,min_init=1,max_init=5,n_hidden=6)