graphviz.MLPnet: Neural network graphic representation

Description Usage Arguments Value Author(s) References

View source: R/graphviz.R

Description

Creates a dot file, suitable to be processed with graphviz, containing a graphical representation of the netwok topology and some numerical information about the network parameters.

Usage

1
graphviz.MLPnet(net, filename, digits)

Arguments

net

Neural Network.

filename

Name of the dot file to be written.

digits

Number of digits used to round the parameters.

Value

This function writes a file suitable to be postprocessed with the graphviz package. Thus, multiple formats can be obtained: ps, pdf, ...

Author(s)

Manuel Castejón Limas. manuel.castejon@gmail.com
Joaquin Ordieres Meré. j.ordieres@upm.es
Ana González Marcos. ana.gonzalez@unirioja.es
Alpha V. Pernía Espinoza. alpha.pernia@unirioja.es
Francisco Javier Martinez de Pisón. fjmartin@unirioja.es
Fernando Alba Elías. fernando.alba@unavarra.es

References

http:\/\/www.graphviz.org


AMORE documentation built on Feb. 12, 2020, 9:07 a.m.

Related to graphviz.MLPnet in AMORE...