struct fann_train_data

Name

struct fann_train_data -- Describes a set of training data.

Description

This structure is subject to change at any time. If you need to use the values contained herein, please see the Training Data functions. If these functions do not fulfill your needs, please open a feature request on our SourceForge project page.

Properties

unsigned int errno_f

The type of error that last occurred.

FILE * error_log

Where to log error messages.

char * errstr

A string representation of the last error.

unsigned int num_data

The number of sets of data in the array.

unsigned int num_input

The number of inputs per set of data.

unsigned int num_output

The number of outputs per set of data.

fann_type ** input

An array of num_data elements, each of which contain an array of num_input elements, which represent every item of input data.

fann_type ** input

An array of num_data elements, each of which contain an array of num_output elements, which represent every item of output data.


SourceForge.net Logo