検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 53 for algorithm (0.005 sec.)
Sets the training algorithm 11803
« fann_set_train_stop_function fann_set_weight_array » PHP Manual Fann 関数 Sets the training algorithm ... gorithm fann_set_training_algorithm (PECL fann >= 1.0.0) fann_set_training_algorithm... Sets the training algorithm 説明 fann_set_training_algorithm ( resource $ann , ... int $training_algorithm ): bool Sets the training algorithm. More info ava ... ilable in fann_get_training_algorithm() . パラメータ ann ニューラルネットワークリソース。 ...
https://man.plustar.jp/php/function.fann-set-training-algorithm.html - [similar]
Returns the training algorithm 11639
« fann_get_train_stop_function fann_init_weights » PHP Manual Fann 関数 Returns the training algorithm ... orithm fann_get_training_algorithm (PECL fann >= 1.0.0) fann_get_training_algorithm... Returns the training algorithm 説明 fann_get_training_algorithm ( resource $ann ) ... : int Returns the training algorithm. This training algorithm is used by fann_train_on_ ... data() and associated functions. Note that this algorithm is also used during fann_cascadetrain_on_data() , ...
https://man.plustar.jp/php/function.fann-get-training-algorithm.html - [similar]
定義済み定数 11088
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 的にロードされている場合のみ使用可能です。 Training algorithms FANN_TRAIN_INCREMENTAL ( int ) Standard backpropa ... gation algorithm, where the weights are updated after each training ... ason some problems, will train very fast with this algorithm, while other more advanced problems will not train ... FANN_TRAIN_BATCH ( int ) Standard backpropagation algorithm, where the weights are updated after calculating t ...
https://man.plustar.jp/php/fann.constants.html - [similar]
The MongoDB\Driver\ClientEncryption class 9823
« MongoDB\Driver\Session::startTransaction MongoDB\Driver\ClientEncryption::__construct » PHP Ma ... EAD_AES_256_CBC_HMAC_SHA_512-Random ; const string ALGORITHM_INDEXED = Indexed ; const string ALGORITHM_UNINDEX ... ES_256_CBC_HMAC_SHA_512_DETERMINISTIC Specifies an algorithm for » deterministic encryption , which is suitable ... :AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM Specifies an algorithm for » randomized encryption MongoDB\Driver\ClientE ... ncryption::ALGORITHM_INDEXED Specifies an algorithm for an indexed, enc ...
https://man.plustar.jp/php/class.mongodb-driver-clientencryption.html - [similar]
Initialize the weights using Widrow + Nguyen’s algorithm 9644
« fann_get_training_algorithm fann_length_train_data » PHP Manual Fann 関数 Initialize the weigh ... ts using Widrow + Nguyen's algorithm fann_init_weights (PECL fann >= 1.0.0) fann_init_w ... s — Initialize the weights using Widrow + Nguyen's algorithm 説明 fann_init_weights ( resource $ann , resource ... ool Initialize the weights using Widrow + Nguyen's algorithm. This function behaves similarly to fann_randomize ... _weights() . It will use the algorithm developed by Derrick Nguyen and Bernard Widrow to ...
https://man.plustar.jp/php/function.fann-init-weights.html - [similar]
Encrypt a value 9570
« MongoDB\Driver\ClientEncryption::decrypt MongoDB\Driver\ServerApi » PHP Manual MongoDB\Driver\ ... options Encryption options Option Type Description algorithm string The encryption algorithm to be used. This o ... AC_SHA_512_RANDOM MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED MongoDB\Driver\ClientEncryption::ALGORITHM ... option only applies and may only be specified when algorithm is MongoDB\Driver\ClientEncryption::ALGORITHM_INDE ... option only applies and may only be specified when algorithm is MongoDB\Driver\ClientEncryption::ALGORITHM_INDE ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.encrypt.html - [similar]
Trains on an entire dataset, for a period of time using the Cascade2 training al... 9525
« Fann 関数 fann_cascadetrain_on_file » PHP Manual Fann 関数 Trains on an entire dataset, for a ... period of time using the Cascade2 training algorithm fann_cascadetrain_on_data (PECL fann >= 1.0.0) fan ... , for a period of time using the Cascade2 training algorithm 説明 fann_cascadetrain_on_data ( resource $ann , r ... set_cascade_..., but it also uses another training algorithm as it's internal training algorithm. This algorith ... RPROP or FANN_TRAIN_QUICKPROP by fann_set_training_algorithm() , and the parameters set for these training algo ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-data.html - [similar]
指定したアルゴリズムがブロックアルゴリズムであるかを調べる 9228
« mcrypt_module_is_block_algorithm_mode mcrypt_module_is_block_mode » PHP Manual Mcrypt 関数 指定 ... アルゴリズムであるかを調べる mcrypt_module_is_block_algorithm (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_module_is_block_algorithm — 指定したアルゴリズムがブロックアルゴリズムである ... いことを強く推奨します。 説明 mcrypt_module_is_block_algorithm ( string $algorithm , string $lib_dir = ? ): bool ... ムアルゴリズムの場合に false を返します。 パラメータ algorithm 調べたいアルゴリズム。 lib_dir オプションのパラメー ...
https://man.plustar.jp/php/function.mcrypt-module-is-block-algorithm.html - [similar]
Returns the blocksize of the opened algorithm 9094
« mcrypt_enc_get_algorithms_name mcrypt_enc_get_iv_size » PHP Manual Mcrypt 関数 Returns the blo ... cksize of the opened algorithm mcrypt_enc_get_block_size (PHP 4 >= 4.0.2, PHP 5, ... t_block_size — Returns the blocksize of the opened algorithm 警告 この関数は PHP 7.1.0 で 非推奨 となり、PHP 7. ... source $td ): int Gets the blocksize of the opened algorithm. パラメータ td The encryption descriptor. 戻り値 R ... eturns the block size of the specified algorithm in bytes. 関連キーワード: algorithm , Returns , bl ...
https://man.plustar.jp/php/function.mcrypt-enc-get-block-size.html - [similar]
Specifies the type of algorithm to use when faceting a field 8841
« SolrQuery::setFacetLimit SolrQuery::setFacetMinCount » PHP Manual SolrQuery Specifies the type ... of algorithm to use when faceting a field SolrQuery::setFacetMe ... SolrQuery::setFacetMethod — Specifies the type of algorithm to use when faceting a field 説明 public SolrQuery ... ld_override = ? ): SolrQuery Specifies the type of algorithm to use when faceting a field. This method accepts ... lrQuery , use , faceting , when , setFacetMethod , algorithm , type , Specifies , string , setFacetMinCount ...
https://man.plustar.jp/php/solrquery.setfacetmethod.html - [similar]
PREV 1 2 3 4 5 6 NEXT