検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 3128 for the (0.072 sec.)
Returns a sub-set of a given range 2574
« Ds\Set::reversed Ds\Set::sort » PHP Manual Set Returns a sub-set of a given range Ds\Set::slic ... eates a sub-set of a given range. パラメータ index The index at which the sub-set starts. If positive, th ... e set will start at that index in the set. If negative, the set will start that far from ... the end. length If a length is given and is positive, ... ing set will have up to that many values in it. If the length results in an overflow, only values up to t ...
https://man.plustar.jp/php/ds-set.slice.html - [similar]
Returns a sub-vector of a given range 2574
« Ds\Vector::shift Ds\Vector::sort » PHP Manual Vector Returns a sub-vector of a given range Ds\ ... es a sub-vector of a given range. パラメータ index The index at which the sub-vector starts. If positive, ... the vector will start at that index in the vector. If ... negative, the vector will start that far from the end. length If ... a length is given and is positive, the resulting vector will have up to that many values ...
https://man.plustar.jp/php/ds-vector.slice.html - [similar]
Adds values to the front of the vector 2574
« Ds\Vector::toArray Deque » PHP Manual Vector Adds values to the front of the vector Ds\Vector: ... L ds >= 1.0.0) Ds\Vector::unshift — Adds values to the front of the vector 説明 public Ds\Vector::unshift ... ( mixed $values = ? ): void Adds values to the front of the vector, moving all the current values ... forward to make room for the new values. パラメータ values The values to add to ... the front of the vector. 注意 : Multiple values will b ...
https://man.plustar.jp/php/ds-vector.unshift.html - [similar]
Replaces a record in a database 2574
« dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re ... abase , array $data , int $number ): bool Replaces the given record in the database with the given data. ... パラメータ database The database resource, returned by dbase_open() or dba ... se_create() . data An indexed array of data. The number of items must be equal to the number of fie ... lds in the database, otherwise dbase_replace_record() will fa ...
https://man.plustar.jp/php/function.dbase-replace-record.html - [similar]
Creates the training data struct from a user supplied function 2574
« fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct ... = 1.0.0) fann_create_train_from_callback — Creates the training data struct from a user supplied function ... tput , callable $user_function ): resource Creates the training data struct from a user supplied function ... . As the training data are numerable (data 1, data 2...), t ... he user must write a function that receives the number of the training data set (input, output) an ...
https://man.plustar.jp/php/function.fann-create-train-from-callback.html - [similar]
Returns the bit fail limit used during training 2574
« fann_get_bias_array fann_get_bit_fail » PHP Manual Fann 関数 Returns the bit fail limit used d ... L fann >= 1.0.0) fann_get_bit_fail_limit — Returns the bit fail limit used during training 説明 fann_get_ ... bit_fail_limit ( resource $ann ): float Returns the bit fail limit used during training. The bit fail ... limit is used during training where the stop function is set to FANN_STOPFUNC_BIT . The li ... mit is the maximum accepted difference between the desired ou ...
https://man.plustar.jp/php/function.fann-get-bit-fail-limit.html - [similar]
Test a set of training data and calculates the MSE for the training data 2574
« fann_subset_train_data fann_test » PHP Manual Fann 関数 Test a set of training data and calcul ... ates the MSE for the training data fann_test_data (PECL fan ... _data — Test a set of training data and calculates the MSE for the training data 説明 fann_test_data ( re ... : float Test a set of training data and calculates the MSE for the training data. This function updates t ... he MSE and the bit fail values. パラメータ ann ニューラルネットワ ...
https://man.plustar.jp/php/function.fann-test-data.html - [similar]
Dynamically changes the name of the given method 2574
« runkit7_method_remove runkit7_object_id » PHP Manual runkit7 関数 Dynamically changes the name ... of the given method runkit7_method_rename (PECL runkit7 > ... known) runkit7_method_rename — Dynamically changes the name of the given method 説明 runkit7_method_renam ... ドを操作することはできません。 パラメータ class_name The class in which to rename the method source_method_ ... name The name of the method to rename target_method_name Th ...
https://man.plustar.jp/php/function.runkit7-method-rename.html - [similar]
Prepares and executes a query 2574
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... ection resource returned by sqlsrv_connect() . sql The string that defines the query to be prepared and e ... parameterized query. Array elements can be any of the following: A literal value A PHP variable An array ... y($value [, $direction [, $phpType [, $sqlType]]]) The following table describes the elements in the arra ... y-reference variable. $direction (optional) One of the following SQLSRV constants used to indicate the pa ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
Set the memory limit for the Lua environment 2574
« LuaSandbox::setCPULimit LuaSandbox::unpauseUsageTimer » PHP Manual LuaSandbox Set the memory l ... imit for the Lua environment LuaSandbox::setMemoryLimit (PECL l ... sandbox >= 1.0.0) LuaSandbox::setMemoryLimit — Set the memory limit for the Lua environment 説明 public L ... aSandbox::setMemoryLimit ( int $limit ): void Sets the memory limit for the Lua environment. If this limi ... h memory 参考 LuaSandbox::getMemoryUsage() - Fetch the current memory usage of the Lua environment LuaSan ...
https://man.plustar.jp/php/luasandbox.setmemorylimit.html - [similar]