検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for iteration (0.003 sec.)
Constructs an EvTimer watcher object 14787
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec ... ery second, is launched after 2 seconds\n" ; echo "iteration = " , Ev :: iteration (), PHP_EOL ; // Stop the wa ... tcher after 5 iterations Ev :: iteration () == 5 and $w -> stop (); // Sto ... p the watcher if further calls cause more than 10 iterations Ev :: iteration () >= 10 and $w -> stop (); }); / ... reated as stopped\n" ; // Stop the watcher after 2 iterations Ev :: iteration () >= 2 and $w -> stop (); }); // ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
11030
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... ery second, is launched after 2 seconds\n" ; echo "iteration = " , Ev :: iteration (), PHP_EOL ; // 5 回繰り返し ... たあとでウォッチャーを止めます Ev :: iteration () == 5 and $w -> stop (); // Stop the watcher if ... further calls cause more than 10 iterations Ev :: iteration () >= 10 and $w -> stop (); }); / ... / 2 回繰り返したあとでウォッチャーを止めます Ev :: iteration () >= 2 and $w -> stop (); }); // Ev::stop() が呼ば ...
https://man.plustar.jp/php/ev.examples.html - [similar]
Returns the decay which is a factor that weights should decrease in each iterati... 10650
« fann_get_num_output fann_get_quickprop_mu » PHP Manual Fann 関数 Returns the decay which is a ... factor that weights should decrease in each iteration during quickprop training fann_get_quickprop_decay ... h is a factor that weights should decrease in each iteration during quickprop training 説明 fann_get_quickprop_ ... a factor that the weights should decrease in each iteration during quickprop training. This is used to make su ... ing , weights , should , which , decrease , each , iteration ...
https://man.plustar.jp/php/function.fann-get-quickprop-decay.html - [similar]
Train one iteration with a set of inputs, and a set of desired outputs 10254
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of inp ... _train (PECL fann >= 1.0.0) fann_train — Train one iteration with a set of inputs, and a set of desired outputs ... y $input , array $desired_output ): bool Train one iteration with a set of inputs, and a set of desired outputs ... input , output , num , Train , inputs , outputs , iteration ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
デフォルトのイベントループが新しいイベントをポーリングした回数を返す 9556
« Ev::feedSignalEvent Ev::now » PHP Manual Ev デフォルトのイベントループが新しいイベントをポーリ ... ングした回数を返す Ev::iteration (PECL ev >= 0.2.0) Ev::iteration — デフォルトのイベ ... ーリングした回数を返す 説明 final public static Ev::iteration (): int デフォルトのイベントループが新しいイベント ... : ポーリング , 回数 , イベント , Ev , デフォルト , iteration , パラメータ , カウンター , depth , 参考 ...
https://man.plustar.jp/php/ev.iteration.html - [similar]
Reduces the map to a single value using a callback function 8986
« Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callb ... he previous callback, or initial if it's the first iteration. key The key of the current iteration. value The v ... alue of the current iteration. initial The initial value of the carry value. Can ... ; var_dump ( $map -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carr ... , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $c ...
https://man.plustar.jp/php/ds-map.reduce.html - [similar]
The EvLoop class 8605
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... ic $ backend ; public $ is_default_loop ; public $ iteration ; public $ pending ; public $ io_interval ; public ... p Readonly . true if it is the default event loop. iteration The current iteration count of the loop. See Ev::i ... ing EvIo events, so more events can be handled per iteration, at the cost of increasing latency. Timeouts (both ... ntroduce an additional sleep() call into most loop iterations. The sleep time ensures that libev will not poll ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The MongoDB\Driver\Cursor class 8352
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... of the initial result set. Attempting to continue iteration on the cursor with a second foreach would throw an ... e drivers, cursors in MongoDB only support forward iteration, which means they cannot be rewound. In order to c ... s the application to directly control the cursor's iteration, avoid inadvertently rewinding the cursor, and dec ... ide when to wait for new results or stop iteration entirely. In order to demonstrate a tailable curso ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
Sets the quickprop decay factor 8225
« fann_set_output_scaling_params fann_set_quickprop_mu » PHP Manual Fann 関数 Sets the quickprop ... h is a factor that weights should decrease in each iteration during quickprop training 関連キーワード: quickpro ... p , factor , Sets , fann , the , 成功 , iteration , each , decrease , should ...
https://man.plustar.jp/php/function.fann-set-quickprop-decay.html - [similar]
Reduces the deque to a single value using a callback function 7765
« Ds\Deque::push Ds\Deque::remove » PHP Manual Deque Reduces the deque to a single value using a ... he previous callback, or initial if it's the first iteration. value The value of the current iteration. initial ... var_dump ( $deque -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carr ... , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $c ...
https://man.plustar.jp/php/ds-deque.reduce.html - [similar]
PREV 1 2 3 4 NEXT