Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
R
 randomize_weights, neural_net
 read_train_from_file, training_data
 reset_errno, neural_net
 reset_errstr, neural_net
 reset_MSE, neural_net
 run, neural_net
void randomize_weights(fann_type min_weight,
fann_type max_weight)
Give each connection a random weight between min_weight and max_weight
bool read_train_from_file(const std::string &filename)
Reads a file that stores training data.
void reset_errno()
Resets the last error number.
void reset_errstr()
Resets the last error string.
void reset_MSE()
Resets the mean square error from the network.
fann_type *run(fann_type *input)
Will run input through the neural network, returning an array of outputs, the number of which being equal to the number of neurons in the output layer.
Close