update : 2015.11.03
php.shukuma.com

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

fann_scale_train

(PECL fann >= 1.0.0)

fann_scale_trainScale input and output data based on previously calculated parameters

설명

bool fann_scale_train ( resource $ann , resource $train_data )

Scale 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.

참고