検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 405 for Num (0.006 sec.)
Returns the number of candidates used during training 5799
« fann_get_cascade_num_candidate_groups fann_get_cascade_output_change_fraction » PHP Manual Fan ... n 関数 Returns the number of candidates used during training fann_get_cas ... cade_num_candidates (PECL fann >= 1.0.0) fann_get_cascade_n ... um_candidates — Returns the number of candidates used during training 説明 fann_ge ... t_cascade_num_candidates ( resource $ann ): int The number of ca ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidates.html - [similar]
XOR training 5774
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... -1 -1 -1 1 1 1 -1 1 1 1 -1 例2 Simple train <?php $num_input = 2 ; $num_output = 1 ; $num_layers = 3 ; $n ... en_reports = 1000 ; $ann = fann_create_standard ( $num_layers , $num_input , $num_neurons_hidden , $num_o ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
余弦(コサイン) 5680
« ceil cosh » PHP Manual Math 関数 余弦(コサイン) cos (PHP 4, PHP 5, PHP 7, PHP 8) cos — 余弦( ... コサイン) 説明 cos ( float $num ): float cos() は、 num のコサインを 返します。 nu ... m はラジアンです。 パラメータ num ラジアンで表した角度。 戻り値 num のコサインを返し ... アン単位に変換する 関連キーワード: コサイン , 余弦 , num , 単位 , float , サイン , 数値 , rad , タンジェント ...
https://man.plustar.jp/php/function.cos.html - [similar]
Returns the number of inputs in each of the training patterns in the train data 5654
« fann_merge_train_data fann_num_output_train_data » PHP Manual Fann 関数 Returns the number of ... ch of the training patterns in the train data fann_num_input_train_data (PECL fann >= 1.0.0) fann_num_inp ... ut_train_data — Returns the number of inputs in each of the training patterns in t ... he train data 説明 fann_num_input_train_data ( resource $data ): int Returns t ... he number of inputs in each of the training patterns in t ...
https://man.plustar.jp/php/function.fann-num-input-train-data.html - [similar]
Returns the number of outputs in each of the training patterns in the train data 5654
« fann_num_input_train_data fann_print_error » PHP Manual Fann 関数 Returns the number of output ... ch of the training patterns in the train data fann_num_output_train_data (PECL fann >= 1.0.0) fann_num_ou ... tput_train_data — Returns the number of outputs in each of the training patterns in ... the train data 説明 fann_num_output_train_data ( resource $data ): int Returns ... the number of outputs in each of the training patterns in ...
https://man.plustar.jp/php/function.fann-num-output-train-data.html - [similar]
ある文における結果のカラム数を返す 5628
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_ ... elds (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_fields — ある文における結果のカラム数を返す 説明 o ... ci_num_fields ( resource $statement ): int 指定した文 sta ... 値、あるいはエラー時に false を返します。 例 例1 oci_num_fields() の例 <?php // 以下のテーブルを用意します ... // CREATE TABLE mytab (id NUMBER, quantity NUMBER); $conn = oci_connect ( "hr" , ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]
Get the number of input neurons 5594
« fann_get_network_type fann_get_num_layers » PHP Manual Fann 関数 Get the number of input neuro ... ns fann_get_num_input (PECL fann >= 1.0.0) fann_get_num_input — Ge ... t the number of input neurons 説明 fann_get_num_input ( reso ... urce $ann ): int Get the number of input neurons. パラメータ ann ニューラルネッ ... トワークリソース。 戻り値 Number of input neurons, or false on error 関連キーワー ...
https://man.plustar.jp/php/function.fann-get-num-input.html - [similar]
Get the number of output neurons 5594
« fann_get_num_layers fann_get_quickprop_decay » PHP Manual Fann 関数 Get the number of output n ... eurons fann_get_num_output (PECL fann >= 1.0.0) fann_get_num_output — ... Get the number of output neurons 説明 fann_get_num_output ( re ... source $ann ): int Get the number of output neurons. パラメータ ann ニューラルネッ ... トワークリソース。 戻り値 Number of output neurons, or false on error 関連キーワ ...
https://man.plustar.jp/php/function.fann-get-num-output.html - [similar]
結果セットにおけるフィールド数を得る 5594
« ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ ... ールド数を得る ibase_num_fields (PHP 5, PHP 7 < 7.4.0) ibase_num_fields — 結 ... 果セットにおけるフィールド数を得る 説明 ibase_num_fields ( resource $result_id ): int 結果セットにお ... り値 フィールドの数を整数値で返します。 例 例1 ibase_num_fields() の例 <?php $rs = ibase_query ( "SELECT * ... FROM tablename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ; $i < $coln ; $i ++) ...
https://man.plustar.jp/php/function.ibase-num-fields.html - [similar]
底が 10 の対数 5594
« lcg_value log1p » PHP Manual Math 関数 底が 10 の対数 log10 (PHP 4, PHP 5, PHP 7, PHP 8) log10 ... — 底が 10 の対数 説明 log10 ( float $num ): float 底を 10 とする num の対数を返します。 パラ ... メータ num 処理する引数。 戻り値 底を 10 とする num の対数を返 ... 参考 log() - 自然対数 関連キーワード: 対数 , 底 , num , float , lcg , Math , 関数 , パラメータ , 処理 , ...
https://man.plustar.jp/php/function.log10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT