©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PECL fann >= 1.0.0)
fann_create_from_file — Constructs a backpropagation neural network from a configuration file
$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.