Query: fann_test
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_TEST(3) 1 FANN_TEST(3) fann_test - Test with a set of inputs, and a set of desired outputsSYNOPSISbool fann_test (resource $ann, array $input, array $desired_output)DESCRIPTIONTest with a set of inputs, and a set of desired outputs. This operation updates the mean square error, but does not change the network in any way.PARAMETERSo $ann -Neural network resource. o $input - An array of inputs. This array must be exactly fann_get_num_input(3) long. o $desired_output - An array of desired outputs. This array must be exactly fann_get_num_output(3) long.RETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_test_data(3), fann_train(3), fann_get_num_input(3), fann_get_num_output(3). PHP Documentation Group FANN_TEST(3)
Related Man Pages |
---|
fann_set_activation_function(3) - php |
fann_get_cascade_num_candidates(3) - php |
fann_cascadetrain_on_file(3) - php |
fann_set_callback(3) - php |
fann_train_epoch(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
Please Welcome Don Cragun as Lead Moderator |
Denial Of Service Attack Update |