*** USE OF THE TEST PROGRAMS ***
If you install the library, you can use lwnn_train, lwnn_validate, lwnn_printnet, lwnn_infospec
- train
used to train a network. It can take a lot of options... :) try ./train -h or use the graphical inteface
- validate
used to validate a network ./validate file.spec file.net
- printnet
prints information about a net ./printnet file.net
- infospec
prints information about a pattern set ./infospec file.spec
*** VISUAL NETWORK TRAINER ***
If you install the library you can call lwnn_visualtrainer
It is written in tcl/tk script language (using Visual TCL)
It takes 3 arguments: the prefix that commands like train printnet validate must have, the dir where to find plot.bash and export_gnuplot.bash, and the x-terminal to use. lwnn_visualtrainer calls
/usr/share/lwnnnplus-VERSION/tests/visualtrainer.tcl "lwnn_" "/usr/share/lwnnnplus-VERSION/tests"
when the package is installed in /usr/
Default parameters are "./" "." xterm
The terminal should understand the -e option to execute a command!
