fann_create_from_file
(PECL fann >= 1.0.0)
fann_create_from_file — 從配置檔案中構建一個反向傳播神經網路。
說明
fann_create_from_file(string
$configuration_file): resource從一個由 fann_save() 函式儲存的配置檔案中構建一個反向傳播神經網路。
參數
-
configuration_file 配置檔案的路徑。
返回值
成功時返回神經網路 資源,發生錯誤返回 false。
參見
- fann_save() - 將整個網路儲存至配置檔案。