#include #include -- | module Bindings.Fann.Options where #strict_import import Bindings.Fann.DataStructures #ccall fann_print_parameters , Ptr -> IO () #ccall fann_get_training_algorithm , Ptr -> IO CUInt #ccall fann_set_training_algorithm , Ptr -> CUInt -> IO () #ccall fann_get_learning_rate , Ptr -> IO CFloat #ccall fann_set_learning_rate , Ptr -> CFloat -> IO () #ccall fann_get_activation_function_hidden , Ptr -> IO CUInt #ccall fann_set_activation_function_hidden , Ptr -> CUInt -> IO () #ccall fann_get_activation_function_output , Ptr -> IO CUInt #ccall fann_set_activation_function_output , Ptr -> CUInt -> IO () #ccall fann_get_activation_steepness_hidden , Ptr -> IO CFloat #ccall fann_set_activation_steepness_hidden , Ptr -> CFloat -> IO () #ccall fann_get_activation_steepness_output , Ptr -> IO CFloat #ccall fann_set_activation_steepness_output , Ptr -> CFloat -> IO () #ccall fann_set_train_error_function , Ptr -> CUInt -> IO () #ccall fann_get_train_error_function , Ptr -> IO CUInt #ccall fann_get_quickprop_decay , Ptr -> IO CFloat #ccall fann_set_quickprop_decay , Ptr -> CFloat -> IO () #ccall fann_get_quickprop_mu , Ptr -> IO CFloat #ccall fann_set_quickprop_mu , Ptr -> CFloat -> IO () #ccall fann_get_rprop_increase_factor , Ptr -> IO CFloat #ccall fann_set_rprop_increase_factor , Ptr -> CFloat -> IO () #ccall fann_get_rprop_decrease_factor , Ptr -> IO CFloat #ccall fann_set_rprop_decrease_factor , Ptr -> CFloat -> IO () #ccall fann_get_rprop_delta_min , Ptr -> IO CFloat #ccall fann_set_rprop_delta_min , Ptr -> CFloat -> IO () #ccall fann_get_rprop_delta_max , Ptr -> IO CFloat #ccall fann_set_rprop_delta_max , Ptr -> CFloat -> IO () #ccall fann_get_num_input , Ptr -> IO CUInt #ccall fann_get_num_output , Ptr -> IO CUInt #ccall fann_get_total_neurons , Ptr -> IO CUInt #ccall fann_get_total_connections , Ptr -> IO CUInt