Fann Funciones
PHP Manual

fann_set_train_stop_function

(PECL fann >= 1.0.0)

fann_set_train_stop_functionSets the stop function used during training

Descripción

bool fann_set_train_stop_function ( resource $ann , int $stop_function )

Sets the stop function used during training.

The stop functions are described further in stop functions constants.

Parámetros

ann

resource de red neuronal.

stop_function

The stop function constant.

Valores devueltos

Devuelve TRUE en caso de éxito, o FALSE de lo contrario.

Ver también


Fann Funciones
PHP Manual