FCNN4R (version 0.6.2)

mlp_net-general-information: General information about network

Description

The following functions return basic information about the network.

Usage

mlp_get_layers(net)
mlp_get_no_active_w(net)
mlp_get_no_w(net)

Arguments

net
an object of mlp_net class

Value

mlp_get_layers returns an integer vector with numbers of neurons in consecutive layers.mlp_get_no_active_w returns the number of active weights (connections and biases).mlp_get_no_w returns the total number (including inactive) of weights (connections and biases).

See Also

mlp_net-class for details on internal network representation.