検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 3128 for the (0.039 sec.)
Returns the minimum step-size 2423
« fann_get_rprop_delta_max fann_get_rprop_delta_zero » PHP Manual Fann 関数 Returns the minimum ... fann >= 1.0.0) fann_get_rprop_delta_min — Returns the minimum step-size 説明 fann_get_rprop_delta_min ( ... resource $ann ): float The minimum step-size is a small positive number deter ... mining how small the minimum step-size may be. The default value delta ... ラメータ ann ニューラルネットワークリソース。 戻り値 The minimum step-size, or false on error. 参考 fann_se ...
https://man.plustar.jp/php/function.fann-get-rprop-delta-min.html - [similar]
Returns the error function used during training 2423
« fann_get_total_neurons fann_get_train_stop_function » PHP Manual Fann 関数 Returns the error f ... >= 1.0.0) fann_get_train_error_function — Returns the error function used during training 説明 fann_get_ ... rain_error_function ( resource $ann ): int Returns the error function used during training. The error fun ... ctions are described further in error functions constants. The default error f ... ラメータ ann ニューラルネットワークリソース。 戻り値 The error function constant, or false on error. 参考 f ...
https://man.plustar.jp/php/function.fann-get-train-error-function.html - [similar]
Add a task to be run in parallel 2423
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... earmanTask Adds a task to be run in parallel with other tasks. Call this method for all the tasks to be r ... un in parallel, then call GearmanClient::runTasks() to perform the wor ... Note that enough workers need to be available for the tasks to all run in parallel. パラメータ function_ ... 一意な ID。 戻り値 A GearmanTask object or false if the task could not be added. 例 例1 Basic submission o ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
Returns the server to which this session is pinned 2423
« MongoDB\Driver\Session::getOperationTime MongoDB\Driver\Session::getTransactionOptions » PHP M ... anual MongoDB\Driver\Session Returns the server to which this session is pinned MongoDB\Dri ... 1.6.0) MongoDB\Driver\Session::getServer — Returns the server to which this session is pinned 説明 final ... ion::getServer (): ? MongoDB\Driver\Server Returns the MongoDB\Driver\Server to which this session is pin ... ned. If the session is not pinned to a server, null will be re ...
https://man.plustar.jp/php/mongodb-driver-session.getserver.html - [similar]
Specify a formatter for the highlight output 2423
« SolrQuery::setHighlightAlternateField SolrQuery::setHighlightFragmenter » PHP Manual SolrQuery ... Specify a formatter for the highlight output SolrQuery::setHighlightFormatter ... y::setHighlightFormatter — Specify a formatter for the highlight output 説明 public SolrQuery::setHighlig ... _override = ? ): SolrQuery Specify a formatter for the highlight output. パラメータ formatter Currently t ... he only legal value is "simple" field_override The name of the field. 戻り値 Returns an instance of S ...
https://man.plustar.jp/php/solrquery.sethighlightformatter.html - [similar]
Sets the mltMinDoc frequency 2423
« SolrQuery::setMltMaxWordLength SolrQuery::setMltMinTermFrequency » PHP Manual SolrQuery Sets the ... >= 0.9.2) SolrQuery::setMltMinDocFrequency — Sets the mltMinDoc frequency 説明 public SolrQuery::setMltM ... inDocFrequency ( int $minDocFrequency ): SolrQuery The frequency at which words will be ignored which do ... st this many docs. パラメータ minDocFrequency Sets the frequency at which words will be ignored which do ... t occur in at least this many docs. 戻り値 Returns the current SolrQuery object, if the return value is u ...
https://man.plustar.jp/php/solrquery.setmltmindocfrequency.html - [similar]
The Event class 2415
« Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL ... user-triggered event. Every event is associated with EventBase . However, event will never fire until it ... ) ). An added event remains in pending state until the registered event occurs, thus turning it to active ... , mixed $arg = ? ): Event } プロパティ pending Whether event is pending. See About event persistence . 定 ... 義済み定数 Event::ET Indicates that the event should be edge-triggered, if the underlying ...
https://man.plustar.jp/php/class.event.html - [similar]
Finds the value belonging a header 2415
« EventHttpRequest::__construct EventHttpRequest::free » PHP Manual EventHttpRequest Finds the v ... = 1.4.0-beta) EventHttpRequest::findHeader — Finds the value belonging a header 説明 public EventHttpRequ ... dHeader ( string $key , string $type ): void Finds the value belonging a header. パラメータ key The heade ... tHttpRequest::addHeader() - Adds an HTTP header to the headers of the request 関連キーワード: header , Fi ... nds , belonging , EventHttpRequest , the , findHeader , type , key , string , public ...
https://man.plustar.jp/php/eventhttprequest.findheader.html - [similar]
Returns the request host 2415
« EventHttpRequest::getConnection EventHttpRequest::getInputBuffer » PHP Manual EventHttpRequest ... Returns the request host EventHttpRequest::getHost (PECL event ... >= 1.4.0-beta) EventHttpRequest::getHost — Returns the request host 説明 public EventHttpRequest::getHost ... (): string Returns the request host. パラメータ この関数にはパラメータはあ ... りません。 戻り値 Returns the request host. 参考 EventHttpRequest::getUri() - Re ...
https://man.plustar.jp/php/eventhttprequest.gethost.html - [similar]
Initiate a chunked reply 2415
« EventHttpRequest::sendReplyEnd EventListener » PHP Manual EventHttpRequest Initiate a chunked ... that uses Transfer-Encoding chunked . This allows the caller to stream the reply back to the client and ... is useful when either not all of the reply data is immediately availabl ... e or when sending very large replies. The caller needs to supply data chunks with EventHttpR ... equest::sendReplyChunk() and complete the reply by calling EventHttpRequest::sendReplyEnd() ...
https://man.plustar.jp/php/eventhttprequest.sendreplystart.html - [similar]