5.9. Internal Functions

5.9.1. Creation And Destruction

Table of Contents
fann_allocate_structure -- Allocate the core elements of a struct fann.

5.9.2. Input/Output

Table of Contents
fann_save_internal -- Save an ANN to a file.
fann_save_internal_fd -- Save an ANN to a file descriptor.
fann_create_from_fd -- Load an ANN from a file descriptor.

5.9.3. Training Data

Table of Contents
fann_save_train_internal -- Save training data to a file.
fann_save_train_internal_fd -- Save training data to a file descriptor.
fann_read_train_from_fd -- Read training data from a file descriptor.

5.9.4. Error Handling

Table of Contents
fann_error -- Throw an internal error.

5.9.5. Options

Table of Contents
fann_update_stepwise_hidden -- Adjust the stepwise function in the hidden layers.
fann_update_stepwise_output -- Adjust the stepwise functions in the output layer.

SourceForge.net Logo