検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 1231 for function (0.020 sec.)
Creates the training data struct from a user supplied function 4204
« fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct ... from a user supplied function fann_create_train_from_callback (PECL fann >= 1.0. ... ates the training data struct from a user supplied function 説明 fann_create_train_from_callback ( int $num_da ... int $num_input , int $num_output , callable $user_function ): resource Creates the training data struct from ... a user supplied function. As the training data are numerable (data 1, data ...
https://man.plustar.jp/php/function.fann-create-train-from-callback.html - [similar]
FANN (Fast Artificial Neural Network) 4187
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... ates the training data struct from a user supplied function fann_create_train — Creates an empty training data ... xact copy of a fann train data fann_get_activation_function — Returns the activation function fann_get_activat ... he number of fail bits fann_get_cascade_activation_functions_count — Returns the number of cascade activation ... functions fann_get_cascade_activation_functions — Returns the cascade activation functions fann_g ...
https://man.plustar.jp/php/book.fann.html - [similar]
Sets the callback function for use during training 4187
« fann_set_bit_fail_limit fann_set_cascade_activation_functions » PHP Manual Fann 関数 Sets the ... callback function for use during training fann_set_callback (PECL fa ... nn >= 1.0.0) fann_set_callback — Sets the callback function for use during training 説明 fann_set_callback ( r ... ann , callable $callback ): bool Sets the callback function for use during training. It means that it is calle ... ットワークリソース。 callback The supplied callback function takes following parameters: ann - The neural netwo ...
https://man.plustar.jp/php/function.fann-set-callback.html - [similar]
例外を拡張する 4187
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... ; // previous exception if nested exception public function __construct ( $message = '' , $code = 0 , Throwabl ... e $previous = null ); final private function __clone (); // Inhibits cloning of exceptions. fin ... al public function getMessage (); // message of exception final publi ... c function getCode (); // code of exception final public func ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
Returns the activation steepness for supplied neuron and layer number 4096
« fann_get_activation_function fann_get_bias_array » PHP Manual Fann 関数 Returns the activation ... in the input layer. The steepness of an activation function says something about how fast the activation funct ... um to the maximum. A high value for the activation function will also give a more aggressive training. When tr ... emes (usually 0 and 1, depending on the activation function), a steep activation function can be used (e.g. 1. ... twork, or false on error. 参考 fann_set_activation_function() - Sets the activation function for supplied neur ...
https://man.plustar.jp/php/function.fann-get-activation-steepness.html - [similar]
無名関数 4079
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ と ... <?php echo preg_replace_callback ( '~-([a-z])~' , function ( $match ) { return strtoupper ( $match [ 1 ]); }, ... つけます。 例2 変数への無名関数の代入 <?php $greet = function( $name ) { printf ( "Hello %s\r\n" , $name ); }; $ ... message = 'hello' ; // "use" がない場合 $example = function () { var_dump ( $message ); }; $example (); // $me ... ssage を引き継ぎます $example = function () use ( $message ) { var_dump ( $message ); }; $e ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
指定した関数が定義されている場合に true を返す 4062
« func_num_args get_defined_functions » PHP Manual 関数処理 関数 指定した関数が定義されている場合 ... に true を返す function_exists (PHP 4, PHP 5, PHP 7, PHP 8) function_exist ... 指定した関数が定義されている場合に true を返す 説明 function_exists ( string $function ): bool 組み込みの内部関 ... 数およびユーザー定義関数の中から、 function で指定した名前の関数を探します。 パラメータ functi ... on 関数名を表す文字列。 戻り値 function が存在し、関数である場合に true 、 それ以外の場合に ...
https://man.plustar.jp/php/function.function-exists.html - [similar]
The GearmanWorker class 4028
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... 概要 class GearmanWorker { /* メソッド */ public addFunction ( string $function_name , callable $function , mix ... t public options (): int public register ( string $function_name , int $timeout = ? ): bool public removeOptio ... public timeout (): int public unregister ( string $function_name ): bool public unregisterAll (): bool public ... bool public work (): bool } 目次 GearmanWorker::addFunction — Register and add callback function GearmanWorker ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
Process a PHP file importing function and class definitions, overwriting where a... 4028
« runkit7_function_rename runkit7_method_add » PHP Manual runkit7 関数 Process a PHP file import ... ing function and class definitions, overwriting where appropria ... own) runkit7_import — Process a PHP file importing function and class definitions, overwriting where appropria ... include . However, any code residing outside of a function or class is simply ignored. Additionally, dependin ... g on the value of flags , any functions or classes which already exist in the currently r ...
https://man.plustar.jp/php/function.runkit7-import.html - [similar]
ReflectionFunction オブジェクトを作成する 4011
« ReflectionFunction ReflectionFunction::export » PHP Manual ReflectionFunction ReflectionFunction ... on オブジェクトを作成する ReflectionFunction::__construct (PHP 5, PHP 7, PHP 8) ReflectionFunct ... ion::__construct — ReflectionFunction オブジェクトを作成する 説明 public ReflectionFunct ... ion::__construct ( Closure | string $function ) ReflectionFunction オブジェクトを作成します。 パ ... ラメータ function 調べたい関数あるいは クロージャ の名前。 エラー / ...
https://man.plustar.jp/php/reflectionfunction.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT