FCNN4R (version 0.6.2)

mlp_plot: Plotting multilayer perceptron network

Description

This function plots a multilayer perceptron network's structure. Optionally, weights' values are displayed on graph.

Usage

mlp_plot(net, show_weights = FALSE, show_neuron_idx = TRUE)

Arguments

net
an object of mlp_net class
show_weights
logical, should weights' values be displayed? (FALSE by default)
show_neuron_idx
logical, should neurons' indices be displayed? (TRUE by default)

Value

This function does not return value.