nnmt.binary.std_input¶
-
nnmt.binary.std_input(network)[source]¶ Calcs the standard deviation of the inputs in a network of binary neurons.
See
nnmt.binary._std_input()for full documentation.Parameters: - networkNetwork object
Model with the network parameters and previously calculated results listed in
nnmt.binary._std_input().
Returns: - array
Array of standard deviations of inputs to each population.