Learn R Programming

pmxNODE (version 0.1.0)

nn_reducer: Internal: Reduces NN function in model file

Description

Converts NN functions of form NN1(state=C,min_init=1,max_init=5) to model usable form of NN1.

Usage

nn_reducer(text)

Value

Converted model with NN1(state=C,min_init=1,max_init=5) expressed as NN1

Arguments

text

(list of strings) Model file read by readLines, with each line of the model as element of the list

Author

Dominic Bräm