5.5. Options

Table of Contents
fann_print_parameters -- Prints all of the parameters and options of the ANN.
fann_get_training_algorithm -- Retrieve training algorithm from a network.
fann_set_training_algorithm -- Set a network's training algorithm.
fann_get_learning_rate -- Retrieve learning rate from a network.
fann_set_learning_rate -- Set a network's learning rate.
fann_get_activation_function_hidden -- Get the activation function used in the hidden layers.
fann_set_activation_function_hidden -- Set the activation function for the hidden layers.
fann_get_activation_function_output -- Get the activation function of the output layer.
fann_set_activation_function_output -- Set the activation function for the output layer.
fann_get_activation_steepness_hidden -- Retrieve the steepness of the activation function of the hidden layers.
fann_set_activation_steepness_hidden -- Set the steepness of the activation function of the hidden layers.
fann_get_activation_steepness_output -- Retrieve the steepness of the activation function of the output layer.
fann_set_activation_steepness_output -- Set the steepness of the activation function of the output layer.
fann_set_train_error_function -- Sets the training error function to be used.
fann_get_train_error_function -- Gets the training error function to be used.
fann_get_quickprop_decay -- Get the decay parameter used by the quickprop training.
fann_set_quickprop_decay -- Set the decay parameter used by the quickprop training.
fann_get_quickprop_mu -- Get the mu factor used by quickprop training.
fann_set_quickprop_mu -- Set the mu factor used by quickprop training.
fann_get_rprop_increase_factor -- Get the increase factor used by RPROP training.
fann_set_rprop_increase_factor -- Get the increase factor used by RPROP training.
fann_get_rprop_decrease_factor -- Get the decrease factor used by RPROP training.
fann_set_rprop_decrease_factor -- Set the decrease factor used by RPROP training.
fann_get_rprop_delta_min -- Get the minimum step-size used by RPROP training.
fann_set_rprop_delta_min -- Set the minimum step-size used by RPROP training.
fann_get_rprop_delta_max -- Get the maximum step-size used by RPROP training.
fann_set_rprop_delta_max -- Set the maximum step-size used by RPROP training.
fann_get_num_input -- Get the number of neurons in the input layer.
fann_get_num_output -- Get number of neurons in the output layer.
fann_get_total_neurons -- Get the total number of neurons in a network.
fann_get_total_connections -- Get the total number of connections in a network.
fann_get_decimal_point -- Get the position of the decimal point.
fann_get_multiplier -- Get the multiplier.

SourceForge.net Logo