検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 76 for fail (0.002 sec.)
The number of fail bits 12606
« fann_get_bit_fail_limit fann_get_cascade_activation_functions_count » PHP Manual Fann 関数 The ... number of fail bits fann_get_bit_fail (PECL fann >= 1.0.0) fann_g ... et_bit_fail — The number of fail bits 説明 fann_get_bit_fail ( ... resource $ann ): int The number of fail bits; means the number of output neurons which dif ... fer more than the bit fail limit (see fann_get_bit_fail_limit() , fann_set_bi ...
https://man.plustar.jp/php/function.fann-get-bit-fail.html - [similar]
Returns the bit fail limit used during training 12370
« fann_get_bias_array fann_get_bit_fail » PHP Manual Fann 関数 Returns the bit fail limit used d ... uring training fann_get_bit_fail_limit (PECL fann >= 1.0.0) fann_get_bit_fail_limit ... — Returns the bit fail limit used during training 説明 fann_get_bit_fail_ ... limit ( resource $ann ): float Returns the bit fail limit used during training. The bit fail limit is ... functions can use the same limit. The default bit fail limit is 0.35. パラメータ ann ニューラルネットワー ...
https://man.plustar.jp/php/function.fann-get-bit-fail-limit.html - [similar]
Set the bit fail limit used during training 12370
« fann_set_activation_steepness fann_set_callback » PHP Manual Fann 関数 Set the bit fail limit ... used during training fann_set_bit_fail_limit (PECL fann >= 1.0.0) fann_set_bit_fail_limit ... — Set the bit fail limit used during training 説明 fann_set_bit_fail_ ... limit ( resource $ann , float $bit_fail_limit ): bool Set the bit fail limit used during t ... パラメータ ann ニューラルネットワークリソース。 bit_fail_limit The bit fail limit. 戻り値 成功した場合に tr ...
https://man.plustar.jp/php/function.fann-set-bit-fail-limit.html - [similar]
Send fail status (deprecated) 10265
« GearmanJob::exception GearmanJob::functionName » PHP Manual GearmanJob Send fail status (depre ... cated) GearmanJob::fail (PECL gearman <= 0.5.0) GearmanJob::fail — Send fa ... il status (deprecated) 説明 public GearmanJob::fail (): bool Sends failure status for this job, indica ... ting that the job failed in a known way (as opposed to failing due to a t ... : This method has been replaced by GearmanJob::sendFail() in the 0.6.0 release of the Gearman extension. パ ...
https://man.plustar.jp/php/gearmanjob.fail.html - [similar]
Resets the mean square error from the network 9655
« fann_reset_errstr fann_run » PHP Manual Fann 関数 Resets the mean square error from the networ ... This function also resets the number of bits that fail. パラメータ ann ニューラルネットワークリソース。 戻 ... he mean square error from the network fann_get_bit_fail() - The number of fail bits fann_get_bit_fail_limi ... t() - Returns the bit fail limit used during training 関連キーワード: from , ... fann , Resets , the , fail , bit , limit , bits , Returns , Reads ...
https://man.plustar.jp/php/function.fann-reset-mse.html - [similar]
古い値を新しい値に更新する 9323
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (P ... 1 = ' , ( apcu_cas ( 'foobar' , 1 , 2 ) ? 'ok' : 'fail' ), PHP_EOL ; echo '$foobar == 2 ? 1 : 2 = ' , ( a ... pcu_cas ( 'foobar' , 2 , 1 ) ? 'ok' : 'fail' ), PHP_EOL ; echo '$foobar = ' , apcu_fetch ( 'fo ... 1 = ' , ( apcu_cas ( 'f__bar' , 1 , 2 ) ? 'ok' : 'fail' ), PHP_EOL ; apcu_store ( 'perfection' , 'xyz' ); ... ( apcu_cas ( 'perfection' , 2 , 1 ) ? 'ok' : 'epic fail' ), PHP_EOL ; echo '$foobar = ' , apcu_fetch ( 'fo ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]
Send fail status 8478
« GearmanJob::sendException GearmanJob::sendStatus » PHP Manual GearmanJob Send fail status Gear ... manJob::sendFail (PECL gearman >= 0.6.0) GearmanJob::sendFail — Sen ... d fail status 説明 public GearmanJob::sendFail (): bool S ... ends failure status for this job, indicating that the job fa ... iled in a known way (as opposed to failing due to a thrown exception). パラメータ この関数 ...
https://man.plustar.jp/php/gearmanjob.sendfail.html - [similar]
保存した数値を減らす 8201
« apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu > ... PHP_EOL ; var_dump ( $success ); echo "Now, let's fail" , PHP_EOL , PHP_EOL ; apcu_store ( 'astring' , 'f ... oo' ); $ret = apcu_dec ( 'astring' , 1 , $fail ); var_dump ( $ret ); var_dump ( $fail ); ?> 上の例 ... ing with success 42 41 31 21 bool(true) Now, let's fail bool(false) bool(false) 参考 apcu_inc() - 保存した ... apcu , key , int , success , 成功 , 失敗 , 参考 , fail ...
https://man.plustar.jp/php/function.apcu-dec.html - [similar]
Test a set of training data and calculates the MSE for the training data 8145
« fann_subset_train_data fann_test » PHP Manual Fann 関数 Test a set of training data and calcul ... ng data. This function updates the MSE and the bit fail values. パラメータ ann ニューラルネットワークリソー ... one epoch with a set of training data fann_get_bit_fail() - The number of fail bits fann_get_MSE() - Reads ... 関連キーワード: fann , data , Test , calculates , fail , bit , algorithm , リソース , resource , This ...
https://man.plustar.jp/php/function.fann-test-data.html - [similar]
The GearmanJob class 7868
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... ublic exception ( string $exception ): bool public fail (): bool public functionName (): string public han ... ndException ( string $exception ): bool public sendFail (): bool public sendStatus ( int $numerator , int ... exception for running job (deprecated) GearmanJob::fail — Send fail status (deprecated) GearmanJob::functi ... eption for running job (exception) GearmanJob::sendFail — Send fail status GearmanJob::sendStatus — Send s ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT