update : 2015.11.03
php.shukuma.com

검색:
 
 
Constructs a backpropagation neural network from a configuration file

fann_create_from_file

(PECL fann >= 1.0.0)

fann_create_from_fileConstructs a backpropagation neural network from a configuration file

설명

resource fann_create_from_file ( string $configuration_file )

Constructs a backpropagation neural network from a configuration file, which have been saved by fann_save().

인수

configuration_file

The configuration file path.

반환값

Returns a neural network resource on success, or FALSE on error.

참고

  • fann_save() - Saves the entire network to a configuration file