検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 234 for input (0.060 sec.)
Train one iteration with a set of inputs, and a set of desired outputs 6267
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of input ... .0) fann_train — Train one iteration with a set of inputs, and a set of desired outputs 説明 fann_train ( r ... esource $ann , array $input , array $desired_output ): bool Train one iteratio ... n with a set of inputs, and a set of desired outputs. This training is a ... d. パラメータ ann ニューラルネットワークリソース。 input An array of inputs. This array must be exactly fan ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
コード変換指令に基づきファイルからファイルにコード変換する 6267
« Recode 関数 recode_string » PHP Manual Recode 関数 コード変換指令に基づきファイルからファイルに ... する 説明 recode_file ( string $request , resource $input , resource $output ): bool コード変換指令 request ... に基づきファイルハンドル input が指すファイルをファイルハンドル output が指すファ ... コード変換します。 パラメータ request 変換指令の型。 input 入力として使用する ローカルファイルハンドルリソース ... 返します。 例 例1 基本的な recode_file() の例 <?php $input = fopen ( 'input.txt' , 'r' ); $output = fopen ( ' ...
https://man.plustar.jp/php/function.recode-file.html - [similar]
Fann 関数 6205
« XOR training fann_cascadetrain_on_data » PHP Manual FANN Fann 関数 Fann 関数 目次 fann_cascade ... Creates an empty training data struct fann_descale_input — Scale data in input vector after get it from ann ... calculated parameters fann_descale_train — Descale input and output data based on previously calculated par ... e of neural network it was created as fann_get_num_input — Get the number of input neurons fann_get_num_lay ... _merge_train_data — Merges the train data fann_num_input_train_data — Returns the number of inputs in each ...
https://man.plustar.jp/php/ref.fann.html - [similar]
FANN (Fast Artificial Neural Network) 6144
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... Creates an empty training data struct fann_descale_input — Scale data in input vector after get it from ann ... calculated parameters fann_descale_train — Descale input and output data based on previously calculated par ... e of neural network it was created as fann_get_num_input — Get the number of input neurons fann_get_num_lay ... _merge_train_data — Merges the train data fann_num_input_train_data — Returns the number of inputs in each ...
https://man.plustar.jp/php/book.fann.html - [similar]
The parallel\Events class 6000
« parallel\Channel::close parallel\Events::setBlocking » PHP Manual parallel The parallel\Events ... lel\Events implements Countable , Traversable { /* Input */ public setInput ( Input $input ): void /* Targe ... Events::setTimeout — Behaviour parallel\Events::setInputInput parallel\Events::addChannel — Targets para ... Events , public , Targets , Event , setBlocking , Input , Behaviour , addFuture , blocking , setInput ...
https://man.plustar.jp/php/class.parallel-events.html - [similar]
XOR training 5970
« 例 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 例2 Simple train <?php $num_input = 2 ; $num_output = 1 ; $num_layers = 3 ; $num_neu ... ; $ann = fann_create_standard ( $num_layers , $num_input , $num_neurons_hidden , $num_output ); if ( $ann ) ... ; if (! $ann ) die( "ANN could not be created" ); $input = array(- 1 , 1 ); $calc_out = fann_run ( $ann , $ ... input ); printf ( "xor test (%f,%f) -> %f\n" , $input [ 0 ], $input [ 1 ], $calc_out [ 0 ]); fann_destro ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
5908
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... function readcb ( $bev , $base ) { //$input = $bev->input; //$bev->getInput(); //$pos = $input ... ->search("TTP"); $pos = $bev -> input -> search ( "TTP" ); while (( $n = $bev -> input - ... Read callback function readcb ( $bev , $base ) { $input = $bev -> getInput (); while (( $n = $input -> rem ... * * 3) start typing. The server should repeat the input. */ class MyListenerConnection { private $bev , $b ...
https://man.plustar.jp/php/event.examples.html - [similar]
配列の一部を展開する 5877
« array_shift array_splice » PHP Manual 配列 関数 配列の一部を展開する array_slice (PHP 4, PHP 5 ... の配列を返します。 例 例1 array_slice() の例 <?php $input = array( "a" , "b" , "c" , "d" , "e" ); $output = ... array_slice ( $input , 2 ); // "c", "d", "e" を返す $output = array_sli ... ce ( $input , - 2 , 1 ); // "d" を返す $output = array_slice ( ... $input , 0 , 3 ); // "a", "b", "c" を返す // 配列キーの違 ...
https://man.plustar.jp/php/function.array-slice.html - [similar]
接続の入力を読み取る 5877
« pg_connection_status pg_convert » PHP Manual PostgreSQL 関数 接続の入力を読み取る pg_consume_input ... nput (PHP 5 >= 5.6.0, PHP 7, PHP 8) pg_consume_input — 接続の入力を読み取る 説明 pg_consume_input ( PgS ... ql\Connection $connection ): bool pg_consume_input() は、データベースサーバーからの 読み取りを待ってい ... 関連キーワード: 入力 , 接続 , connection , consume , input , PgSql , Connection , 期待 , バージョン , エラー ...
https://man.plustar.jp/php/function.pg-consume-input.html - [similar]
POST メソッドによるアップロード 5816
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... ax_filesize , upload_tmp_dir , post_max_size , max_input_time ディレクティブも参照ください。 PHP は Netscap ... method="POST"> <!-- MAX_FILE_SIZE は、必ず "file" input フィールドより前になければなりません --> <input ty ... hidden" name="MAX_FILE_SIZE" value="30000" /> <!-- input 要素の name 属性の値が、$_FILES 配列のキーになりま ... す --> このファイルをアップロード: <input name="userfile" type="file" /> <input type="submit ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT