検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1237 for data (0.038 sec.)
FANN (Fast Artificial Neural Network) 4656
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... 定数 例 XOR training Fann 関数 fann_cascadetrain_on_data — Trains on an entire dataset, for a period of tim ... hm fann_cascadetrain_on_file — Trains on an entire dataset read from file, for a period of time using the ... _create_train_from_callback — Creates the training data struct from a user supplied function fann_create_t ... rain — Creates an empty training data struct fann_descale_input — Scale data in input ve ...
https://man.plustar.jp/php/book.fann.html - [similar]
Returns the number of outputs in each of the training patterns in the train data 4656
« fann_num_input_train_data fann_print_error » PHP Manual Fann 関数 Returns the number of output ... s in each of the training patterns in the train data fann_num_output_train_data (PECL fann >= 1.0.0) fa ... nn_num_output_train_data — Returns the number of outputs in each of the tra ... ining patterns in the train data 説明 fann_num_output_train_data ( resource $data ) ... puts in each of the training patterns in the train data resource . パラメータ data ニューラルネットワークト ...
https://man.plustar.jp/php/function.fann-num-output-train-data.html - [similar]
定義済み定数 4656
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... QLSRV_PHPTYPE_INT ( int ) Specifies an integer PHP data type. For usage information, see » How to: Specify ... _PHPTYPE_DATETIME ( int ) Specifies a datetime PHP data type. For usage information, see » How to: Specify ... SQLSRV_PHPTYPE_FLOAT ( int ) Specifies a float PHP data type. For usage information, see » How to: Specify ... LSRV_PHPTYPE_STRING ( int ) Specifies a string PHP data type. This constant works like a function and acce ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
Send data for a running job (deprecated) 4605
« GearmanJob::__construct GearmanJob::exception » PHP Manual GearmanJob Send data for a running ... job (deprecated) GearmanJob::data (PECL gearman <= 0.5.0) GearmanJob::data — Send da ... a running job (deprecated) 説明 public GearmanJob::data ( string $data ): bool Sends data to the job serve ... : This method has been replaced by GearmanJob::sendData() in the 0.6.0 release of the Gearman extension. パ ... ラメータ data Arbitrary serialized data. 戻り値 成功した場合に t ...
https://man.plustar.jp/php/gearmanjob.data.html - [similar]
eio_* のようなカスタムリクエストを実行する 4571
« eio_close eio_dup2 » PHP Manual Eio 関数 eio_* のようなカスタムリクエストを実行する eio_custom ... $execute , int $pri , callable $callback , mixed $data = NULL ): resource eio_custom() は、 execute で指定 ... ったリクエスト関数を指定します。 mixed execute(mixed data); callback はイベント完了後のコールバックで、次のプ ... ロトタイプに従う必要があります。 void callback(mixed data, mixed result); data は、 execute に data 引数経由 ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ...
https://man.plustar.jp/php/function.eio-custom.html - [similar]
Returns the number of training patterns in the train data 4571
« fann_init_weights fann_merge_train_data » PHP Manual Fann 関数 Returns the number of training ... patterns in the train data fann_length_train_data (PECL fann >= 1.0.0) fann_l ... ength_train_data — Returns the number of training patterns in the t ... rain data 説明 fann_length_train_data ( resource $data ): in ... turns the number of training patterns in the train data resource . パラメータ data ニューラルネットワークト ...
https://man.plustar.jp/php/function.fann-length-train-data.html - [similar]
複数のアイテムを取得する 4571
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... ched (); $m -> addServer ( 'localhost' , 11211 ); $data = array( 'foo' => 'foo-data' , 'bar' => 'bar-data' ... , 'baz' => 'baz-data' , 'lol' => 'lol-data' , 'kek' => 'kek-data' , ); ... $m -> setMulti ( $data , 3600 ); $keys = array_keys ( $data ); $keys [] = ... 例の出力は、 たとえば以下のようになります。 foo foo-data bar bar-data baz baz-data lol lol-data kek kek-dat ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
Merges the train data 4537
« fann_length_train_data fann_num_input_train_data » PHP Manual Fann 関数 Merges the train data ... fann_merge_train_data (PECL fann >= 1.0.0) fann_merge_train_data — Merge ... s the train data 説明 fann_merge_train_data ( resource $data1 , res ... ource $data2 ): resource Merges the data from data1 and data2 ... into a new train data resource . パラメータ data1 ニューラルネットワーク ...
https://man.plustar.jp/php/function.fann-merge-train-data.html - [similar]
Get data returned for a task 4537
« GearmanTask::create GearmanTask::dataSize » PHP Manual GearmanTask Get data returned for a tas ... k GearmanTask::data (PECL gearman >= 0.5.0) GearmanTask::data — Get da ... ta returned for a task 説明 public GearmanTask::data (): string Returns data being returned for a task ... 数にはパラメータはありません。 戻り値 The serialized data, or false if no data is present. 参考 GearmanTask: ... :dataSize() - Get the size of returned data 関連キーワー ...
https://man.plustar.jp/php/gearmantask.data.html - [similar]
Train one epoch with a set of training data 4520
« fann_test fann_train_on_data » PHP Manual Fann 関数 Train one epoch with a set of training data ... ain_epoch — Train one epoch with a set of training data 説明 fann_train_epoch ( resource $ann , resource $ ... data ): float Train one epoch with the training data stored in data. One epoch is where all of the trai ... ning data is considered exactly once. This function returns ... n. パラメータ ann ニューラルネットワークリソース。 data ニューラルネットワークトレーニングリソース。 戻り値 ...
https://man.plustar.jp/php/function.fann-train-epoch.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT