mlp_net-general-information: General information about network

Description Usage Arguments Value See Also

Description

The following functions return basic information about the network.

Usage

1
2
3
4
5

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.


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