検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1259 for BE (0.018 sec.)
Creates a standard backpropagation neural network, which is not fully connected 3192
« fann_create_sparse_array fann_create_standard_array » PHP Manual Fann 関数 Creates a standard ... tion rate controls how many connections there will be in the network. If the connection rate is set to 1 ... , the network will be fully connected, but if it is set to 0.5 only half ... of the connections will be set. A connection rate of 1 will yield the same re ... s fann_create_standard() . num_layers The total number of layers including the input and the output laye ...
https://man.plustar.jp/php/function.fann-create-sparse.html - [similar]
Set the CPU time limit for the Lua environment 3192
« LuaSandbox::registerLibrary LuaSandbox::setMemoryLimit » PHP Manual LuaSandbox Set the CPU tim ... callback while Lua is running causes the timer to be reset, or started if it was not already running. 注 ... 意 : On Windows, the CPU limit will be ignored. On operating systems that do not support ... ac OS X, wall-clock time rather than CPU time will be limited. パラメータ limit Limit as a float in seco ...
https://man.plustar.jp/php/luasandbox.setcpulimit.html - [similar]
Differences from Standard Lua 3192
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... system access. If needed, filesystem access should be done via PHP callbacks. The package package, inclu ... that used in the MediaWiki Scribunto extension may be used instead. load() and loadstring() , to allow f ... tputs to standard output. If needed, output should be done via PHP callbacks. Most of the os package, as ... () , gcinfo() , and the coroutine package have not been reviewed for security. Features that have been m ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
The PriorityQueue class 3164
« Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue cl ... lass (No version information available, might only be in Git) はじめに A PriorityQueue is very similar t ... nd the value with the highest priority will always be at the front of the queue. Implemented using a max ... the queue Ds\PriorityQueue::count — Returns the number of values in the queue Ds\PriorityQueue::isEmpty ... :jsonSerialize — Returns a representation that can be converted to JSON Ds\PriorityQueue::peek — Returns ...
https://man.plustar.jp/php/class.ds-priorityqueue.html - [similar]
Provides an array or document to serialize as BSON 3164
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... ble passed to MongoDB\BSON\fromPHP() ) will always be serialized as a BSON document. For field values, a ... ssociative arrays and stdClass instances will be serialized as a BSON document and sequential array ... . sequential, numeric indexes starting at 0 ) will be serialized as a BSON array. Users are encouraged t ... メータはありません。 戻り値 An array or stdClass to be serialized as a BSON array or document. 例 例1 Mon ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
Using the PHP Library for MongoDB (PHPLIB) 3164
« Tutorials Application Performance Monitoring (APM) » PHP Manual Tutorials Using the PHP Librar ... n itself, is the PHP library. The library needs to be installed with » Composer , a package manager for ... s for installing Composer on various platforms may be found on its website. Install the library by runni ... will output something akin to: ./composer.json has been created Loading composer repositories with packa ... you can now use any of the functionality as described in the » library documentation . If you have prev ...
https://man.plustar.jp/php/mongodb.tutorial.library.html - [similar]
The MongoDB\Driver\Exception\RuntimeException class 3136
« MongoDB\Driver\Exception\LogicException MongoDB\Driver\Exception\RuntimeException::hasErrorLabe ... tion { /* プロパティ */ protected ? array $ errorLabels ; /* 継承したプロパティ */ protected string $ me ... ous = null ; /* メソッド */ final public hasErrorLabel ( string $errorLabel ): bool /* 継承したメソッド ... te Exception::__clone (): void } プロパティ errorLabels Contains an array of error labels to go with an ... exception. For example, error labels can be used to detect whether a transaction can ...
https://man.plustar.jp/php/class.mongodb-driver-exception-runtimeexception.html - [similar]
Calls callbacks for pending operations 3136
« ZooKeeper 関数 Zookeeper » PHP Manual ZooKeeper 関数 Calls callbacks for pending operations zo ... s() . 警告 Since version 0.4.0, this function must be called manually to achieve asynchronous operations ... . If you want that to be done automatically, you also can declare ticks at ... the beginning of your program. After PHP 7.1, you can ign ... s method emits PHP warning when callback could not be invoked. 例 例1 zookeeper_dispatch() example #1 Di ...
https://man.plustar.jp/php/function.zookeeper-dispatch.html - [similar]
Description 3136
« Imagick::setPointSize Imagick::setRegistry » PHP Manual Imagick Description Imagick::setProgre ... allable $callback ): bool Set a callback that will be called during the processing of the Imagick image. ... processing should continue, or false if it should be cancelled. The offset parameter indicates the prog ... meter indicates the total amount of work needed to be done. callback ( mixed $offset , mixed $span ): bo ... an parameter can increase during image processing. Because of this calculating the percentage complete o ...
https://man.plustar.jp/php/imagick.setprogressmonitor.html - [similar]
Sets the maximum word length 3136
« SolrQuery::setMltMaxNumTokens SolrQuery::setMltMinDocFrequency » PHP Manual SolrQuery Sets the ... ets the maximum word length above which words will be ignored. パラメータ maxWordLength The maximum word ... length above which words will be ignored 戻り値 Returns the current SolrQuery objec ...
https://man.plustar.jp/php/solrquery.setmltmaxwordlength.html - [similar]