Results of 1 - 10 of about 80 for bit (0.017 sec.)
- Returns the bit fail limit used during training 11643
- « fann_get_bias_array fann_get_bit_fail » PHP Manual Fann 関数 Returns the bit fail limit used d
...
uring training fann_get_bit_fail_limit (PECL 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 limi ...
ng where the stop function is set to FANN_STOPFUNC_BIT . The limit is the maximum accepted difference bet ...
-
https://man.plustar.jp/php/function.fann-get-bit-fail-limit.html
- [similar]
- Set the bit fail limit used during training 11355
- « fann_set_activation_steepness fann_set_callback » PHP Manual Fann 関数 Set the bit fail limit
...
used during training fann_set_bit_fail_limit (PECL fann >= 1.0.0) fann_set_bit_fail_ ...
limit — Set the bit fail limit used during training 説明 fann_set_bit_ ...
fail_limit ( resource $ann , float $bit_fail_limit ): bool Set the bit fail limit used dur ...
g. パラメータ ann ニューラルネットワークリソース。 bit_fail_limit The bit fail limit. 戻り値 成功した場合 ...
-
https://man.plustar.jp/php/function.fann-set-bit-fail-limit.html
- [similar]
- The RarEntry class 10958
- « RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas
...
e RAR_HOST_BEOS . RarEntry::ATTRIBUTE_WIN_READONLY Bit that represents a Windows entry with a read-only a ...
Microsoft Windows. RarEntry::ATTRIBUTE_WIN_HIDDEN Bit that represents a Windows entry with a hidden attr ...
Microsoft Windows. RarEntry::ATTRIBUTE_WIN_SYSTEM Bit that represents a Windows entry with a system attr ...
crosoft Windows. RarEntry::ATTRIBUTE_WIN_DIRECTORY Bit that represents a Windows entry with a directory a ...
-
https://man.plustar.jp/php/class.rarentry.html
- [similar]
- The number of fail bits 10958
- « fann_get_bit_fail_limit fann_get_cascade_activation_functions_count » PHP Manual Fann 関数 The
...
number of fail bits fann_get_bit_fail (PECL fann >= 1.0.0) fann_get_b ...
it_fail — The number of fail bits 説明 fann_get_bit_fail ( resource $ann ): int The ...
number of fail bits; means the number of output neurons which differ ...
more than the bit fail limit (see fann_get_bit_fail_limit() , fann_s ...
-
https://man.plustar.jp/php/function.fann-get-bit-fail.html
- [similar]
- The MongoDB\BSON\Int64 class 10917
- « MongoDB\BSON\DBPointer::unserialize MongoDB\BSON\Int64::__construct » PHP Manual MongoDB\BSON
...
lass (mongodb >=1.5.0) はじめに BSON type for a 64-bit integer. This class cannot be instantiated and is ...
only created during BSON decoding when a 64-bit integer cannot be represented as a PHP integer on ...
a 32-bit platform. Versions of the driver before 1.5.0 woul ...
throw an exception when attempting to decode a 64-bit integer on a 32-bit platform. During BSON encoding ...
-
https://man.plustar.jp/php/class.mongodb-bson-int64.html
- [similar]
- Invokes the watcher callback with the given received events bit mask 9492
- « EvWatcher::getLoop EvWatcher::keepalive » PHP Manual EvWatcher Invokes the watcher callback wi
...
th the given received events bit mask EvWatcher::invoke (PECL ev >= 0.2.0) EvWatche ...
he watcher callback with the given received events bit mask 説明 public EvWatcher::invoke ( int $revents ...
he watcher callback with the given received events bit mask. パラメータ revents Bit mask of watcher recei ...
, received , events , Invokes , callback , given , bit , revents , getLoop ...
-
https://man.plustar.jp/php/evwatcher.invoke.html
- [similar]
- ビット演算子 9095
- « 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特
...
ray( 0 , 1 , 2 , 4 , 8 ); $test = 1 + 4 ; echo "\n Bitwise AND \n" ; foreach ( $values as $value ) { $res ...
mat , $result , $value , '&' , $test ); } echo "\n Bitwise Inclusive OR \n" ; foreach ( $values as $value ...
mat , $result , $value , '|' , $test ); } echo "\n Bitwise Exclusive OR (XOR) \n" ; foreach ( $values as ...
ult value op test --------- --------- -- --------- Bitwise AND ( 0 = 0000) = ( 0 = 0000) & ( 5 = 0101) ( ...
-
https://man.plustar.jp/php/language.operators.bitwise.html
- [similar]
- 要件 8684
- « インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 As of version 1.8.
...
. 注意 : Due to potential problems representing 64-bit integers on 32-bit platforms, users are advised to ...
use 64-bit environments. When using a 32-bit platform, be awa ...
re that any 64-bit integer read from the database will be returned as ...
tead of a PHP integer type. 関連キーワード: 要件 , bit , driver , libraries , インストール , versions , u ...
-
https://man.plustar.jp/php/mongodb.requirements.html
- [similar]
- Returns the increment component of this Timestamp 8602
- « MongoDB\BSON\Timestamp::__construct MongoDB\BSON\Timestamp::getTimestamp » PHP Manual MongoDB\
...
mponent of a Timestamp is its least significant 32 bits, whichs denotes the incrementing ordinal for oper ...
given second. This value is read as an unsigned 32-bit integer with big-endian byte order. 注意 : Because ...
this method may appear as negative integers on 32-bit platforms. The "%u" formatter of sprintf() may be ...
increment component of this Timestamp. 警告 On 32-bit systems this method may return a negative number. ...
-
https://man.plustar.jp/php/mongodb-bson-timestamp.getincrement.html
- [similar]
- Returns the timestamp component of this Timestamp 8602
- « MongoDB\BSON\Timestamp::getIncrement MongoDB\BSON\Timestamp::jsonSerialize » PHP Manual MongoD
...
omponent of a Timestamp is its most significant 32 bits, which denotes the number of seconds since the Un ...
ix epoch. This value is read as an unsigned 32-bit integer with big-endian byte order. 注意 : Because ...
this method may appear as negative integers on 32-bit platforms. The "%u" formatter of sprintf() may be ...
timestamp component of this Timestamp. 警告 On 32-bit systems this method may return a negative number. ...
-
https://man.plustar.jp/php/mongodb-bson-timestamp.gettimestamp.html
- [similar]