検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 563 for number (0.007 sec.)
数字を千の位毎にグループ化してフォーマットする 6760
« nl2br ord » PHP Manual String 関数 数字を千の位毎にグループ化してフォーマットする number_forma ... t (PHP 4, PHP 5, PHP 7, PHP 8) number_format — 数字を千の位毎にグループ化してフォーマット ... する 説明 number_format ( float $num , int $decimals = 0 , ? string ... バージョン 説明 8.0.0 これより前のバージョンでは、 number_format() 関数は 引数を1個、2個、または4個受け入れて ... いました(つまり、3個はダメでした)。 7.2.0 number_format() は、 -0 を返さないように変更されました。 ...
https://man.plustar.jp/php/function.number-format.html - [similar]
フォーマッタが使用するパターンを取得する 6730
« MessageFormatter::getLocale MessageFormatter::parseMessage » PHP Manual MessageFormatter フォー ... ) の例 <?php $fmt = msgfmt_create ( "en_US" , "{0, number} monkeys on {1, number} trees" ); echo "Default pa ... 456 ) ) . "\n" ; msgfmt_set_pattern ( $fmt , "{0, number} trees hosting {1, number} monkeys" ); echo "New p ... fmt_get_pattern ( $fmt ) . "'\n" ; echo "Formatted number: " . msgfmt_format ( $fmt , array( 123 , 456 ) ) . ... <?php $fmt = new MessageFormatter ( "en_US" , "{0, number} monkeys on {1, number} trees" ); echo "Default pa ...
https://man.plustar.jp/php/messageformatter.getpattern.html - [similar]
フォーマッタが使用するパターンを設定する 6699
« MessageFormatter::parse IntlCalendar » PHP Manual MessageFormatter フォーマッタが使用するパター ... ) の例 <?php $fmt = msgfmt_create ( "en_US" , "{0, number} monkeys on {1, number} trees" ); echo "Default pa ... 456 ) ) . "\n" ; msgfmt_set_pattern ( $fmt , "{0, number} trees hosting {1, number} monkeys" ); echo "New p ... fmt_get_pattern ( $fmt ) . "'\n" ; echo "Formatted number: " . msgfmt_format ( $fmt , array( 123 , 456 ) ) . ... <?php $fmt = new MessageFormatter ( "en_US" , "{0, number} monkeys on {1, number} trees" ); echo "Default pa ...
https://man.plustar.jp/php/messageformatter.setpattern.html - [similar]
Returns the number of candidates used during training 6639
« 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_cascad ... 0.0) fann_get_cascade_num_candidates — Returns the number of candidates used during training 説明 fann_get_c ... ascade_num_candidates ( resource $ann ): int The number of candidates used during training (calculated by ... etween these groups is the initial weights. If the number of groups is set to 2, then the number of candidat ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidates.html - [similar]
Fann 関数 6608
« XOR training fann_cascadetrain_on_data » PHP Manual FANN Fann 関数 Fann 関数 目次 fann_cascade ... activation steepness for supplied neuron and layer number fann_get_bias_array — Get the number of bias in ea ... limit used during training fann_get_bit_fail — The number of fail bits fann_get_cascade_activation_functions ... _count — Returns the number of cascade activation functions fann_get_cascade_a ... ann_get_cascade_activation_steepnesses_count — The number of activation steepnesses fann_get_cascade_activat ...
https://man.plustar.jp/php/ref.fann.html - [similar]
FANN (Fast Artificial Neural Network) 6555
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... activation steepness for supplied neuron and layer number fann_get_bias_array — Get the number of bias in ea ... limit used during training fann_get_bit_fail — The number of fail bits fann_get_cascade_activation_functions ... _count — Returns the number of cascade activation functions fann_get_cascade_a ... ann_get_cascade_activation_steepnesses_count — The number of activation steepnesses fann_get_cascade_activat ...
https://man.plustar.jp/php/book.fann.html - [similar]
Returns the number of candidate groups 6380
« fann_get_cascade_min_out_epochs fann_get_cascade_num_candidates » PHP Manual Fann 関数 Returns ... the number of candidate groups fann_get_cascade_num_candidate ... ann_get_cascade_num_candidate_groups — Returns the number of candidate groups 説明 fann_get_cascade_num_cand ... idate_groups ( resource $ann ): int The number of candidate groups is the number of groups of ide ... andidates which will be used during training. This number can be used to have more candidates without having ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidate-groups.html - [similar]
メッセージをフォーマットする 6023
« MessageFormatter::formatMessage MessageFormatter::getErrorCode » PHP Manual MessageFormatter メ ... () の例 <?php $fmt = msgfmt_create ( "en_US" , "{0,number,integer} monkeys on {1,number,integer} trees make ... {2,number} monkeys per tree" ); echo msgfmt_format ( $fmt , ... , 4560 / 123 )); $fmt = msgfmt_create ( "de" , "{0,number,integer} Affen auf {1,number,integer} Bäumen sind ... {2,number} Affen pro Baum" ); echo msgfmt_format ( $fmt , ar ...
https://man.plustar.jp/php/messageformatter.format.html - [similar]
パターンを使用して入力文字列をパースする 6023
« MessageFormatter::parseMessage MessageFormatter::setPattern » PHP Manual MessageFormatter パタ ... () の例 <?php $fmt = msgfmt_create ( 'en_US' , "{0,number,integer} monkeys on {1,number,integer} trees make ... {2,number} monkeys per tree" ); $res = msgfmt_parse ( $fmt , ... export ( $res ); $fmt = msgfmt_create ( 'de' , "{0,number,integer} Affen auf {1,number,integer} Bäumen sind ... {2,number} Affen pro Baum" ); $res = msgfmt_parse ( $fmt , " ...
https://man.plustar.jp/php/messageformatter.parse.html - [similar]
Returns the number of cascade candidate stagnation epochs 5909
« fann_get_cascade_candidate_limit fann_get_cascade_max_cand_epochs » PHP Manual Fann 関数 Retur ... ns the number of cascade candidate stagnation epochs fann_get_ca ... _cascade_candidate_stagnation_epochs — Returns the number of cascade candidate stagnation epochs 説明 fann_g ... idate_stagnation_epochs ( resource $ann ): int The number of cascade candidate stagnation epochs determines ... the number of epochs training is allowed to continue without ...
https://man.plustar.jp/php/function.fann-get-cascade-candidate-stagnation-epochs... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT