検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 474 for use (0.065 sec.)
Creates a standard fully connected backpropagation neural network using an array... 3727
« fann_create_sparse fann_create_standard » PHP Manual Fann 関数 Creates a standard fully connec ... nodes always emits 1. To destroy a neural network use the fann_destroy() function. パラメータ num_layers ...
https://man.plustar.jp/php/function.fann-create-standard-array.html - [similar]
Creates a standard fully connected backpropagation neural network 3727
« fann_create_standard_array fann_create_train_from_callback » PHP Manual Fann 関数 Creates a st ... nodes always emits 1. To destroy a neural network use the fann_destroy() function. パラメータ num_layers ...
https://man.plustar.jp/php/function.fann-create-standard.html - [similar]
Returns the bit fail limit used during training 3727
« fann_get_bias_array fann_get_bit_fail » PHP Manual Fann 関数 Returns the bit fail limit used d ... nn_get_bit_fail_limit — Returns the bit fail limit used during training 説明 fann_get_bit_fail_limit ( re ... source $ann ): float Returns the bit fail limit used during training. The bit fail limit is used durin ... mmetric and not symmetric activation functions can use the same limit. The default bit fail limit is 0.35 ... fann_set_bit_fail_limit() - Set the bit fail limit used during training 関連キーワード: limit , bit , fai ...
https://man.plustar.jp/php/function.fann-get-bit-fail-limit.html - [similar]
ファイルまたは URL をオープンする 3727
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... 説明 fopen ( string $filename , string $mode , bool $use_include_path = false , ? resource $context = null ... れぞれのページを見てください (例えば、 php.ini 上の user_agent の値は http ラッパーが使用します)。 Windows ... ストリームラッパーについては、 mode は無視されます。 use_include_path オプションの3番目の引数 use_include_p ... ww.example.com/" , "r" ); $handle = fopen ( "ftp://user:password@example.com/somefile.txt" , "w" ); ?> 注 ...
https://man.plustar.jp/php/function.fopen.html - [similar]
Set a function to be called on task completion 3727
« GearmanClient::setClientCallback GearmanClient::setContext » PHP Manual GearmanClient Set a fu ... ::setCompleteCallback ( callable $callback ): bool Use to set a function to be called when a GearmanTask ... anTask using GearmanClient::runTasks() . It is not used for individual jobs. パラメータ callback A functi ...
https://man.plustar.jp/php/gearmanclient.setcompletecallback.html - [similar]
Load Lua code into the Lua environment 3727
« LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into ... Lua code. chunkName Name for the loaded chunk, for use in error traces. 戻り値 Returns a LuaSandboxFuncti ...
https://man.plustar.jp/php/luasandbox.loadstring.html - [similar]
Execute a database command 3727
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... preference from the MongoDB Connection URI will be used. This method applies no special logic to the comm ... the MongoDB server version be taken into account. Users are therefore encouraged to use specific read an ... MongoDB\Driver\ReadPreference A read preference to use for selecting a server for the operation. session ... nvalidArgumentException if the "session" option is used with an associated transaction in combination wit ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
Returns the command's operation ID 3727
« MongoDB\Driver\Monitoring\CommandFailedEvent::getError MongoDB\Driver\Monitoring\CommandFailed ... operation ID is generated by the driver and may be used to link events together such as bulk write operat ... share the same operation ID, it is not reliable to use this value to associate event objects with each ot ... oring\CommandFailedEvent::getRequestId() should be used instead. パラメータ この関数にはパラメータはありま ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandfailedevent.getopera... - [similar]
Returns the command's operation ID 3727
« MongoDB\Driver\Monitoring\CommandSucceededEvent::getDurationMicros MongoDB\Driver\Monitoring\C ... operation ID is generated by the driver and may be used to link events together such as bulk write operat ... share the same operation ID, it is not reliable to use this value to associate event objects with each ot ... ng\CommandSucceededEvent::getRequestId() should be used instead. パラメータ この関数にはパラメータはありま ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandsucceededevent.getop... - [similar]
Create a new ReadConcern 3727
« MongoDB\Driver\ReadConcern::bsonSerialize MongoDB\Driver\ReadConcern::getLevel » PHP Manual Mo ... パラメータ level The » read concern level . You may use, but are not limited to, one of the class constant ... example <?php /* Unspecified read isolation level (uses the server's default behavior) */ $rc = new Mongo ...
https://man.plustar.jp/php/mongodb-driver-readconcern.construct.html - [similar]