update : 2015.11.03
php.shukuma.com검색:
|
fann_cascadetrain_on_file(PECL fann >= 1.0.0) fann_cascadetrain_on_file — Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm. 설명
bool fann_cascadetrain_on_file
( resource
$ann
, string $filename
, int $max_neurons
, int $neurons_between_reports
, float $desired_error
)Does the same as fann_cascadetrain_on_data(), but reads the training data directly from a file. 인수
반환값Returns 참고
|