Fann Error messages

Fann::exception

An exception occurred while performing the operation.

Fann::nomem

Not enough memory to perform the operation.

Fann::nonet

No neural net has been created for the symbol.

Fann::abort

The neural net operation was aborted.

Fann::readfail

Could not read the file.

Fann::writefail

Could not write the file.

Fann::iomismatch

The number of inputs/outputs do not match.

Fann::netmismatch

The size of the input/output pairs does not match the neural net layout.

Fann::nolayers

A neural net requires two layers or more (an input layer, an output layer and zero or more hidden layers).

Fann::noneurons

A neural net requires all layers to have at least one neuron.

Fann::unknowntype

An unknown neural net type was encountered.

Fann::unknown

An unknown or invalid option was given.

Fann::badnet

The neural net data is not in a recognized format.

Fann::baddata

The data does not match the required format.
Use a list of pairs of inputs/outputs: { {{in_Real, ...}, {out_Real, ...}}, ... }


Created by freegoldbar  (September 16, 2004)

Hosted by www.Geocities.ws

1