fann_randomize_weights

Name

fann_randomize_weights -- Give each connection a random weight.

Description

void fann_randomize_weights(struct fann * ann, fann_type min_weight, fann_type max_height);

Randomizes the weight of each connection in ann, effectively resetting the network.

See also: Adjusting Parameters, fann_init_weights

This function appears in FANN >= 1.0.0.


SourceForge.net Logo