mlp_plot: Plotting multilayer perceptron network

Description Usage Arguments Value

View source: R/mlp_plot.R

Description

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

Usage

1
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.


FCNN4R documentation built on May 29, 2017, 4:26 p.m.