検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1237 for data (0.022 sec.)
Scale data in input vector after get it from ann based on previously calculated ... 3765
« fann_create_train fann_descale_output » PHP Manual Fann 関数 Scale data in input vector after ... ut (PECL fann >= 1.0.0) fann_descale_input — Scale data in input vector after get it from ann based on pre ... resource $ann , array $input_vector ): bool Scale data in input vector after get it from ann based on pre ... false を返します。 参考 fann_scale_input() - Scale data in input vector before feed it to ann based on pre ... alculated parameters fann_descale_output() - Scale data in output vector after get it from ann based on pr ...
https://man.plustar.jp/php/function.fann-descale-input.html - [similar]
Scale data in output vector after get it from ann based on previously calculated... 3765
« fann_descale_input fann_descale_train » PHP Manual Fann 関数 Scale data in output vector after ... t (PECL fann >= 1.0.0) fann_descale_output — Scale data in output vector after get it from ann based on pr ... resource $ann , array $output_vector ): bool Scale data in output vector after get it from ann based on pr ... alse を返します。 参考 fann_scale_output() - Scale data in output vector before feed it to ann based on pr ... calculated parameters fann_descale_input() - Scale data in input vector after get it from ann based on pre ...
https://man.plustar.jp/php/function.fann-descale-output.html - [similar]
The number of fail bits 3765
« fann_get_bit_fail_limit fann_get_cascade_activation_functions_count » PHP Manual Fann 関数 The ... t() ). The bits are counted in all of the training data, so this number can be higher than the number of t ... raining data. This value is reset by fann_reset_MSE() and updat ... s which also updates the MSE value (e.g. fann_test_data() , fann_train_epoch() ) パラメータ ann ニューラル ... s the mean square error from the network fann_test_data() - Test a set of training data and calculates the ...
https://man.plustar.jp/php/function.fann-get-bit-fail.html - [similar]
XML 外部エンティティの例 3748
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... 0000cc\"> $name </font>&gt;" ; } function characterData ( $parser , $data ) { echo "<b> $data </b>" ; } fu ... nction PIHandler ( $parser , $target , $data ) { switch ( strtolower ( $target )) { case "php" ... trustedFile ( $parser_file [ $parser ])) { eval( $data ); } else { printf ( "信頼できない PHP コード: <i> ... %s</i>" , htmlspecialchars ( $data )); } break; } } function defaultHandler ( $parser ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
ベンダ固有の属性を取得する 3748
« radius_get_tagged_attr_tag radius_put_addr » PHP Manual Radius 関数 ベンダ固有の属性を取得する ... 属性を取得する 説明 radius_get_vendor_attr ( string $data ): array radius_get_attr() が RADIUS_VENDOR_SPECIF ... dius_get_vendor_attr() をコールします。 パラメータ data 入力値 戻り値 属性の型、ベンダおよびデータを含む連 ... rror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data' ]; printf ( "属性を取得:%d %d Byt ... es %s\n" , $attr , strlen ( $data ), bin2hex ( $data )); if ( $attr == RADIUS_VENDOR ...
https://man.plustar.jp/php/function.radius-get-vendor-attr.html - [similar]
The GearmanClient class 3731
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... king requests to perform some function on provided data. The function performed must be one registered by ... a Gearman worker and the data passed is opaque to the job server. クラス概要 cla ... ic __construct () public context (): string public data (): string public do ( string $function_name , str ... eatedCallback ( string $callback ): bool public setData ( string $data ): bool public setDataCallback ( ca ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
Creates an unmanaged pointer to C data 3731
« FFI FFI::alignof » PHP Manual FFI Creates an unmanaged pointer to C data FFI::addr (PHP 7 >= 7 ... P 8) FFI::addr — Creates an unmanaged pointer to C data 説明 public static FFI::addr ( FFI\CData &$ptr ): ... FFI\CData Creates an unmanaged pointer to the C data represe ... nted by the given FFI\CData . The source ptr must survive the resulting pointe ... r. パラメータ ptr The handle of the pointer to a C data structure. 戻り値 Returns the freshly created FFI\ ...
https://man.plustar.jp/php/ffi.addr.html - [similar]
署名を生成する 3731
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... _sign — 署名を生成する 説明 openssl_sign ( string $data , string &$signature , OpenSSLAsymmetricKey | Open ... NSSL_ALGO_SHA1 ): bool openssl_sign() は、指定した data の署名を作ります。 private_key で指定した秘密鍵を使 ... 用して、暗号のデジタル署名を生成します。 data 自体は暗号化されないことに注意してください。 パラメ ... ータ data 署名したいデータの文字列。 signature 成功した場合、 ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]
Returns the BinaryInterface's data 3731
« MongoDB\BSON\BinaryInterface MongoDB\BSON\BinaryInterface::getType » PHP Manual MongoDB\BSON\B ... inaryInterface Returns the BinaryInterface's data MongoDB\BSON\BinaryInterface::getData (mongodb >=1 ... .3.0) MongoDB\BSON\BinaryInterface::getData — Returns the BinaryInterface's data 説明 abstract ... public MongoDB\BSON\BinaryInterface::getData (): string パラメータ この関数にはパラメータはあり ... ません。 戻り値 Returns the BinaryInterface's data. 参考 MongoDB\BSON\Binary::getData() - Returns the ...
https://man.plustar.jp/php/mongodb-bson-binaryinterface.getdata.html - [similar]
Get a pack of binary data to send in a single frame. 3731
« Swoole\WebSocket\Server::on Swoole\WebSocket\Server::push » PHP Manual Swoole\WebSocket\Server ... Get a pack of binary data to send in a single frame. Swoole\WebSocket\Server ... oole\WebSocket\Server::pack — Get a pack of binary data to send in a single frame. 説明 public static Swoo ... le\WebSocket\Server::pack ( string $data , string $opcode = ? , string $finish = ? , string ... $mask = ? ): binary パラメータ data opcode finish mask 戻り値 関連キーワード: pack , d ...
https://man.plustar.jp/php/swoole-websocket-server.pack.html - [similar]