update : 2015.11.03
php.shukuma.com검색:
|
fann_train(PECL fann >= 1.0.0) fann_train — Train one iteration with a set of inputs, and a set of desired outputs 설명
bool fann_train
( resource
$ann
, array $input
, array $desired_output
)Train one iteration with a set of inputs, and a set of desired outputs. This training is always incremental training, since only one pattern is presented. 인수
반환값Returns 참고
|