fann_set_bit_fail_limit
(PECL fann >= 1.0.0)
fann_set_bit_fail_limit — Set the bit fail limit used during training
Beschreibung
bool fann_set_bit_fail_limit
( resource
$ann
, float $bit_fail_limit
)Set the bit fail limit used during training.
Parameter-Liste
-
ann -
Resource eines neuralen Netzwerks.
-
bit_fail_limit -
The bit fail limit.
Rückgabewerte
Gibt TRUE bei Erfolg, sonst FALSE zurück.