検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1027 for An (0.028 sec.)
Create a SVMModel based on training data 3479
« SVM::setOptions SVMModel » PHP Manual SVM Create a SVMModel based on training data SVM::train ... ied training data. パラメータ problem The problem can be provided in three different ways. An array, whe ... Light formatted problem, with the each line being a new training example, the start of each line contai ... ormatted as in the file above. weights Weights are an optional set of weighting parameters for the diffe ... rent classes, to help account for unbalanced training sets. For example, if the classes were ...
https://man.plustar.jp/php/svm.train.html - [similar]
Return class probabilities for previous unseen data 3479
« SVMModel::load SVMModel::predict » PHP Manual SVMModel Return class probabilities for previous ... ility ( array $data ): float This function accepts an array of data and attempts to predict the class, a ... tion. Additionally, however, this function returns an array of probabilities, one per class in the model ... , which represent the estimated chance of the data supplied being a member of that clas ... ase of a model without probability information, or an array where the index is the class name and the va ...
https://man.plustar.jp/php/svmmodel.predict-probability.html - [similar]
Creative Commons Attribution 3.0 3448
« 翻訳 索引 » PHP Manual 付録 Creative Commons Attribution 3.0 Creative Commons Attribution 3.0 ... OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHE ... R THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW ... IS PROHIBITED. BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND ... MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION O ...
https://man.plustar.jp/php/cc.license.html - [similar]
Read data from an evbuffer and drain the bytes read 3448
« EventBuffer::pullup EventBuffer::readFrom » PHP Manual EventBuffer Read data from an evbuffer ... event >= 1.6.0) EventBuffer::read — Read data from an evbuffer and drain the bytes read 説明 public Even ... ): string Read the first max_bytes from the buffer and drain the bytes read. If more max_bytes are reque ... sted than are available in the buffer, it only extracts as m ... es from the front of the buffer without copying it anywhere EventBuffer::pullup() - Linearizes data with ...
https://man.plustar.jp/php/eventbuffer.read.html - [similar]
Train one iteration with a set of inputs, and a set of desired outputs 3448
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of inp ... uts, and a set of desired outputs fann_train (PECL fann >= ... 1.0.0) fann_train — Train one iteration with a set of inputs, ... and a set of desired outputs 説明 fann_train ( resour ... ce $ann , array $input , array $desired_output ): bool Tr ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
Execute a database command that reads 3448
« MongoDB\Driver\Manager::executeQuery MongoDB\Driver\Manager::executeReadWriteCommand » PHP Man ... ual MongoDB\Driver\Manager Execute a database command that reads MongoDB\ ... Driver\Manager::executeReadCommand (mongodb >=1.4.0) MongoDB\ ... Driver\Manager::executeReadCommand — Execute a database comma ... nd that reads 説明 final public MongoDB\Driver\Manager::executeReadCommand ( string $db , MongoDB\Dri ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadcommand.html - [similar]
Test training params on subsets of the training data 3448
« SVM::__construct SVM::getOptions » PHP Manual SVM Test training params on subsets of the train ... lem , int $number_of_folds ): float Crossvalidate can be used to test the effectiveness of the current p ... a subset of the training data. Given a problem set and a n "folds", it separates the problem set into n ... subsets, and the repeatedly trains on one subset and tests on ... ther. While the accuracy will generally be lower than a SVM trained on the enter data set, the accuracy ...
https://man.plustar.jp/php/svm.crossvalidate.html - [similar]
The EventHttp class 3412
« EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The Even ... nt $value ): void } 目次 EventHttp::accept — Makes an HTTP server accept connections on the specified so ... to the HTTP server object EventHttp::bind — Binds an HTTP server on the specified address and port Even ... are supported in requests accepted by this server, and passed to user callbacks EventHttp::setCallback — ... tp::setDefaultCallback — Sets default callback to handle requests that are not caught by specific callba ...
https://man.plustar.jp/php/class.eventhttp.html - [similar]
Creates new connection listener associated with an event base 3412
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... r associated with an event base EventListener::__construct (PECL event ... — Creates new connection listener associated with an event base 説明 public EventListener::__construct ... ) Creates new connection listener associated with an event base. パラメータ base Associated event base. ... o cb . flags Bit mask of EventListener::OPT_* constants. See EventListener constants . backlog Controls ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
Constructs an EvTimer watcher object 3412
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec ... ECL ev >= 0.2.0) EvTimer::__construct — Constructs an EvTimer watcher object 説明 public EvTimer::__cons ... ixed $data = null , int $priority = 0 ) Constructs an EvTimer watcher object. パラメータ after Configure ... r again every repeat seconds later, until stopped manually. callback See Watcher callbacks . data Custom ... cher priority 例 例1 Simple timers <?php // Create and start timer firing after 2 seconds $w1 = new EvTi ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]