update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the error function used during training

fann_get_train_error_function

(PECL fann >= 1.0.0)

fann_get_train_error_functionReturns the error function used during training

설명

int fann_get_train_error_function ( resource $ann )

Returns the error function used during training.

The error functions are described further in error functions constants.

The default error function is FANN_ERRORFUNC_TANH.

인수

ann

Neural network resource.

반환값

The error function constant, or FALSE on error.

참고