update : 2015.11.03
php.shukuma.com

검색:
 
 
Descale input and output data based on previously calculated parameters

fann_descale_train

(PECL fann >= 1.0.0)

fann_descale_trainDescale input and output data based on previously calculated parameters

설명

bool fann_descale_train ( resource $ann , resource $train_data )

Descale input and output data based on previously calculated parameters.

인수

ann

Neural network resource.

train_data

Neural network training data resource.

반환값

Returns TRUE on success, or FALSE otherwise.

참고