array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.fann-length-train-data.php', 1 => 'fann_length_train_data', 2 => 'Returns the number of training patterns in the train data', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funzioni', ), 'prev' => array ( 0 => 'function.fann-init-weights.php', 1 => 'fann_init_weights', ), 'next' => array ( 0 => 'function.fann-merge-train-data.php', 1 => 'fann_merge_train_data', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-length-train-data.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_length_train_data

(PECL fann >= 1.0.0)

fann_length_train_dataReturns the number of training patterns in the train data

Descrizione

fann_length_train_data(resource $data): int

Returns the number of training patterns in the train data resource.

Elenco dei parametri

data

Neural network training data resource.

Valori restituiti

Number of elements in the train data resource, or false on error.