mlp_set_w_st(net, on, idx = NULL, layer = NULL, nidx = NULL, nplidx = NULL)
mlp_set_w(net, val, idx = NULL, layer = NULL, nidx = NULL, nplidx = NULL)
mlp_get_w_st(net, idx = NULL, layer = NULL, nidx = NULL, nplidx = NULL)
mlp_get_w(net, idx = NULL, layer = NULL, nidx = NULL, nplidx = NULL)mlp_net classnidx
in layer, 0 denotes bias of neuron nidx in layermlp_set_w_st returns network (an object of mlp_net class)
with state(s) (on/off) of selected weight(s) set.mlp_set_w returns network (an object of mlp_net class)
with value(s) of selected weight(s) set.mlp_get_w_st returns logical value (vector), TRUE if connection/bias is active,
FALSE otherwise.mlp_get_w returns numeric value (vector), selected weight value(s).