fann_randomize_weights
Name
fann_randomize_weights -- Randomize the weights of the neurons in the network.
Description
void fann_randomize_weights(resource ann, float minimum, float maximum);
fann_randomize_weights
will randomize the weights of all neurons in
ann, effectively resetting the network.
This function appears in FANN-PHP >= 0.1.0.