PHP » GoLang |
login |
register |
about
|
GoLang fann_create_train_from_callback
request it (336)
GoLang replacement for PHP's fann_create_train_from_callback
[edit | history]
PHP fann_create_train_from_callbackPHP original manual for fann_create_train_from_callback [ show | php.net ]fann_create_train_from_callback(PECL fann >= 1.0.0) fann_create_train_from_callback — Creates the training data struct from a user supplied function Description
resource fann_create_train_from_callback
( int
$num_data
, int $num_input
, int $num_output
, callable $user_function
)Creates the training data struct from a user supplied function. As the training data are numerable (data 1, data 2...), the user must write a function that receives the number of the training data set (input, output) and returns the set. Parameters
Return Values Returns a train data resource on success, or Examples
Example #1 fann_create_train_from_callback() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|