検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 1461 for IN (0.074 sec.)
Returns the cascade candidate change fraction 2579
« fann_get_cascade_activation_steepnesses fann_get_cascade_candidate_limit » PHP Manual Fann 関数 ... change fraction is a number between 0 and 1 determining how large a fraction the fann_get_MSE() value s ... hould change within fann_get_cascade_candidate_stagnation_epochs() dur ... ing training of the candidate neurons, in order for the trai ... ning not to stagnate. If the training stagnates, the t ...
https://man.plustar.jp/php/function.fann-get-cascade-candidate-change-fraction.h... - [similar]
Returns the cascade output change fraction 2579
« fann_get_cascade_num_candidates fann_get_cascade_output_stagnation_epochs » PHP Manual Fann 関 ... change fraction is a number between 0 and 1 determining how large a fraction of the fann_get_MSE() valu ... e should change within fann_get_cascade_output_stagnation_epochs() during ... training of the output connections, in order for the tra ... ining not to stagnate. If the training stagnates, the t ...
https://man.plustar.jp/php/function.fann-get-cascade-output-change-fraction.html - [similar]
完全な国名を取得する 2579
« geoip_country_code3_by_name geoip_database_info » PHP Manual GeoIP 関数 完全な国名を取得する g ... 国名を取得する 説明 geoip_country_name_by_name ( string $hostname ): string geoip_country_name_by_name() ... m' ); if ( $country ) { echo 'This host is located in: ' . $country ; } ?> 上の例の出力は以下となります。 ... This host is located in: United States 参考 geoip_country_code_by_name() - ... oip , 国名 , 取得 , country , アドレス , 関数 , string , hostname , ホスト , 参考 ...
https://man.plustar.jp/php/function.geoip-country-name-by-name.html - [similar]
整数値の除算 2579
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 ... 説明 intdiv ( int $num1 , int $num2 ): int num1 を num2 で ... sionByZeroError 例外がスローされます。 num1 が PHP_INT_MIN で num2 が -1 の場合、 ArithmeticError 例外が ... スローされます。 例 例1 intdiv() の例 <?php var_dump ( intdiv ( 3 , 2 )); var ... _dump ( intdiv (- 3 , 2 )); var_dump ( intdiv ( 3 , - 2 )); v ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
Basic Gearman client and worker, submitting tasks 2579
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... and worker, submitting tasks Basic Gearman client and worker, submitting ... tasks 例1 Basic Gearman client and worker, submitting tasks In this example, the basic reverse client e ... xtended to run two tasks in parallel. The reverse worker is unchanged except t ... o add sending of data back during processing. <?php # create th ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Construct a new Binary 2579
« MongoDB\BSON\Binary MongoDB\BSON\Binary::getData » PHP Manual MongoDB\BSON\Binary Construct a ... new Binary MongoDB\BSON\Binary::__construct (mongodb >=1.0 ... .0) MongoDB\BSON\Binary::__construct — Construct a new Binary 説明 fina ... l public MongoDB\BSON\Binary::__construct ( string $data , int $type ) パラメ ... ータ data ( string ) Binary data. type ( int ) Unsigned 8-bit intege ...
https://man.plustar.jp/php/mongodb-bson-binary.construct.html - [similar]
Application Performance Monitoring (APM) 2579
« Using the PHP Library for MongoDB (PHPLIB) Driver Architecture and Internals » PHP Manual Tuto ... rials Application Performance Monitoring (APM) Application Performance Monitoring (APM) Th ... e MongoDB driver contains an event subscriber API, which allows application ... s to monitor commands and internal activity pertaining to the » Server Discover ... y and Monitoring Specification . This tutorial will demonstrate co ...
https://man.plustar.jp/php/mongodb.tutorial.apm.html - [similar]
CollectionModify のコンストラクタ 2579
« CollectionModify::bind CollectionModify::execute » PHP Manual mysql_xdevapi\CollectionModify C ... ストラクタ CollectionModify::__construct (No version information available, might only be in Git) Collecti ... ]}' ) -> execute (); $collection -> modify ( "name in ('Bernie', 'Jane')" ) -> arrayAppend ( 'traits' , ... 'Happy' ) -> execute (); $result = $collection -> find () -> execute (); print_r ( $result -> fetchAll ( ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.construct.html - [similar]
Add a lexer rule 2579
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule P ... d a lexer rule 説明 public Parle\RLexer::push ( string $regex , int $id ): void public Parle\RLexer::pus ... h ( string $state , string $regex , int $id , string $newSta ... te ): void public Parle\RLexer::push ( string $state , string $regex , string $newState ): void ... tart state' and 'exit state' can be specified by using a suitable signature. パラメータ regex Regular ex ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
定義済み定数 2579
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... 的にロードされている場合のみ使用可能です。 AF_UNIX ( int ) AF_INET ( int ) AF_INET6 ( int ) IPv6 サポートつ ... コンパイルした場合にのみ使用可能です。 SOCK_STREAM ( int ) SOCK_DGRAM ( int ) SOCK_RAW ( int ) SOCK_SEQPAC ... KET ( int ) SOCK_RDM ( int ) MSG_OOB ( int ) MSG_WAITALL ( ... int ) MSG_PEEK ( int ) MSG_DONTROUTE ( int ) MSG_EOR ( int ) Windows プ ...
https://man.plustar.jp/php/sockets.constants.html - [similar]