fann_randomize_weights
Name
fann_randomize_weights -- Give each connection a random weight.
Description
struct fann * ann(fann_type min_weight, fann_type max_height);
Randomizes the weight of each connection in ann, effectively resetting the network.
This function appears in FANN >= 1.0.0.