fann_save_train_internal

Name

fann_save_train_internal -- Save training data to a file.

Description

void fann_save_train_internal(struct fann_train_data * data, char * filename, unsigned int save_as_fixed, unsigned int decimal_point);

Saves the data in data to filename. save_as_fixed is either TRUE or FALSE. decimal_point tells FANN where the decimal point may be if using fixed point math.

This function appears in FANN >= 1.0.0.


SourceForge.net Logo