fann_read_train_from_file

PECL fann >= 1.0.0
fann_read_train_from_file - Reads a file that stores training data
Manual
Code Examples

fann_read_train_from_file( string$filename ): resource

Reads a file that stores training data.

Parameters

filename

The input file in the following format:

Return Values

Returns a train data resource on success, or false on error.

Related Functions

Example of fann_read_train_from_file

Show all examples for fann_read_train_from_file

PHP Version:


Function fann_read_train_from_file:

FANN (Fast Artificial Neural Network) Functions

Most used PHP functions