検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 405 for Num (0.002 sec.)
Creates a standard backpropagation neural network, which is not fully connected 6388
« fann_create_sparse_array fann_create_standard_array » PHP Manual Fann 関数 Creates a standard ... fann_create_sparse ( float $connection_rate , int $num_layers , int $num_neurons1 , int $num_neurons2 , i ... nt ...$num_neuronsN ): resource Creates a standard backpropag ... yield the same result as fann_create_standard() . num_layers The total number of layers including the in ... put and the output layer. num_neurons1 Number of neurons in the first layer. num ...
https://man.plustar.jp/php/function.fann-create-sparse.html - [similar]
結果セットの行数を取得する 6354
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する my ... sqli_result::$num_rows mysqli_num_rows (PHP 5, PHP 7, PHP 8) mysqli_ ... result::$num_rows -- mysqli_num_rows — 結果セットの行数を取得す ... 説明 オブジェクト指向型 int | string $mysqli_result->num_rows ; 手続き型 mysqli_num_rows ( mysqli_result $r ... : int | string 結果セットの行数を返します。 mysqli_num_rows() の振る舞いは、 結果セットをバッファに格納し ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
サーバから取得した結果セットの行数を返す 6149
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した ... 結果セットの行数を返す mysqli_stmt::$num_rows mysqli_stmt::num_rows mysqli_stmt_num_rows (P ... HP 5, PHP 7, PHP 8) mysqli_stmt::$num_rows -- mysqli_stmt::num_rows -- mysqli_stmt_num_r ... 説明 オブジェクト指向型 int | string $mysqli_stmt->num_rows ; public mysqli_stmt::num_rows (): int | stri ... ng 手続き型 mysqli_stmt_num_rows ( mysqli_stmt $statement ): int | string ステ ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]
行数を返す 6124
« pg_num_fields pg_options » PHP Manual PostgreSQL 関数 行数を返す pg_num_rows (PHP 4 >= 4.2.0, ... PHP 5, PHP 7, PHP 8) pg_num_rows — 行数を返す 説明 pg_num_rows ( PgSql\Result ... $result ): int pg_num_rows() は、 PgSql\Result クラスのインスタンスに含ま ... れる行数を返します。 注意 : この関数は、以前は pg_numrows() と呼ばれていました。 パラメータ result pg_qu ... ジョンでは、 リソース を期待していました。 例 例1 pg_num_rows() の例 <?php $result = pg_query ( $conn , "SE ...
https://man.plustar.jp/php/function.pg-num-rows.html - [similar]
Sets the number of candidate groups 6090
« fann_set_cascade_min_out_epochs fann_set_cascade_output_change_fraction » PHP Manual Fann 関数 ... Sets the number of candidate groups fann_set_cascade_num_candid ... ate_groups (PECL fann >= 1.0.0) fann_set_cascade_num_candidate_groups — Sets the number of candidate gr ... oups 説明 fann_set_cascade_num_candidate_groups ( resource $ann , int $cascade_nu ... m_candidate_groups ): bool Sets the number of candidate groups. パラメータ ann ニューラルネ ...
https://man.plustar.jp/php/function.fann-set-cascade-num-candidate-groups.html - [similar]
数値の基数を任意に変換する 6038
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP ... 値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基 ... 数 to_base で表した文字列を返します。 num の基数は、 from_base で指定します。 from_base およ ... この場合、a は 10、b は 11、z は 35 を意味します。 num は、大文字小文字を区別せずに扱います。 警告 大きな ... 浮動小数点数 のセクションを参照ください。 パラメータ num 変換する数値。 num に無効な文字が含まれている場合は ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
10 進数を 2 進数に変換する 6038
« cosh dechex » PHP Manual Math 関数 10 進数を 2 進数に変換する decbin (PHP 4, PHP 5, PHP 7, PHP ... in — 10 進数を 2 進数に変換する 説明 decbin ( int $num ): string 引数 num を 2 進数表現した文字列を返しま ... す。 パラメータ num 変換したい 10 進数値。 32 ビットマシンでの入力の範 ... 囲 正の num 負の num 戻り値 0 0 1 1 2 10 ... normal progressio ... 11 (1 が 32 個) 64 ビットマシンでの入力の範囲 正の num 負の num 戻り値 0 0 1 1 2 10 ... normal progressio ...
https://man.plustar.jp/php/function.decbin.html - [similar]
Returns the number of candidate groups 6004
« fann_get_cascade_min_out_epochs fann_get_cascade_num_candidates » PHP Manual Fann 関数 Returns ... the number of candidate groups fann_get_cascade_num_candid ... ate_groups (PECL fann >= 1.0.0) fann_get_cascade_num_candidate_groups — Returns the number of candidate ... groups 説明 fann_get_cascade_num_candidate_groups ( resource $ann ): int The number ... of candidate groups is the number of groups of identical candidates which will be ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidate-groups.html - [similar]
Get the number of layers in the neural network 5919
« fann_get_num_input fann_get_num_output » PHP Manual Fann 関数 Get the number of layers in the ... neural network fann_get_num_layers (PECL fann >= 1.0.0) fann_get_num_layers — ... Get the number of layers in the neural network 説明 fann_get_n ... um_layers ( resource $ann ): int Get the number of layers in the neural network. パラメータ ann ... ニューラルネットワークリソース。 戻り値 The number of leayers in the neural network, or false on e ...
https://man.plustar.jp/php/function.fann-get-num-layers.html - [similar]
結果におけるフィールドの数を得る 5919
« mysql_list_tables mysql_num_rows » PHP Manual MySQL 関数 結果におけるフィールドの数を得る mysq ... l_num_fields (PHP 4, PHP 5) mysql_num_fields — 結果におけ ... い。 この関数の代替として、これらが使えます。 mysqli_num_fields() PDOStatement::columnCount() 説明 mysql_nu ... 数、 失敗した場合に false を返します。 例 例1 mysql_num_fields() の例 <?php $result = mysql_query ( "SELEC ... 2 つのフィールドがあるので、2 を返す */ echo mysql_num_fields ( $result ); ?> 注意 注意 : 下位互換のために ...
https://man.plustar.jp/php/function.mysql-num-fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT