Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 20621 программист и 1121 робот. Сейчас ищут 920 программистов ...
Приступая к работе

fann_save - Saves the entire network to a configuration file

Вернуться к: Fann Функции

fann_save

(PECL fann >= 1.0.0)

fann_saveSaves the entire network to a configuration file

Описание

bool fann_save ( resource $ann , string $configuration_file )

Saves the entire network to a configuration file.

The configuration file contains all information about the neural network and enables fann_create_from_file() to create an exact copy of the neural network and all of the parameters associated with the neural network.

These three parameters (fann_set_callback(), fann_set_error_log(), fann_set_user_data()) are NOT saved to the file because they cannot safely be ported to a different location. Also temporary parameters generated during training like fann_get_MSE() is not saved.

Список параметров

ann

Ресурс (resource) нейронной сети.

configuration_file

The configuration file path.

Возвращаемые значения

Возвращает TRUE в случае успешного выполнения, или FALSE в противном случае.

Смотрите также



Вернуться к: Fann Функции

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware