Error Codes

Name

Error Codes -- Constants representing errors.

Description

These constants represent the various errors possible in fann, as defined by fann_errno.h.

Constants

FANN_E_NO_ERROR

No error.

FANN_E_CANT_OPEN_CONFIG_R

Unable to open configuration file for reading

FANN_E_CANT_OPEN_CONFIG_W

Unable to open configuration file for writing

FANN_E_WRONG_CONFIG_VERSION

Wrong version of configuration file

FANN_E_CANT_READ_CONFIG

Error reading info from configuration file

FANN_E_CANT_READ_NEURON

Error reading neuron info from configuration file

FANN_E_CANT_READ_CONNECTIONS

Error reading connections from configuration file

FANN_E_WRONG_NUM_CONNECTIONS

Number of connections not equal to the number expected

FANN_E_CANT_OPEN_TD_W

Unable to open train data file for writing

FANN_E_CANT_OPEN_TD_R

Unable to open train data file for reading

FANN_E_CANT_READ_TD

Error reading training data from file

FANN_E_CANT_ALLOCATE_MEM

Unable to allocate memory

FANN_E_CANT_TRAIN_ACTIVATION

Unable to train with the selected activation function

FANN_E_CANT_USE_ACTIVATION

Unable to use the selected activation function

FANN_E_TRAIN_DATA_MISMATCH

Irreconcilable differences between two fann_train_data structures


SourceForge.net Logo