mlp_get_layers(net)
mlp_get_no_active_w(net)
mlp_get_no_w(net)mlp_net classmlp_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).
mlp_net-class for details
on internal network representation.