Query: fann_save_train
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_SAVE_TRAIN(3) 1 FANN_SAVE_TRAIN(3) fann_save_train - Save the training structure to a fileSYNOPSISbool fann_save_train (resource $data, string $file_name)DESCRIPTIONSave the training data to a file, with the format as specified in fann_read_train_from_file(3).PARAMETERSo $data -Neural network training data resource. o $file_name - The file name of the file where training data is saved to.RETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_read_train_from_file(3). PHP Documentation Group FANN_SAVE_TRAIN(3)
Related Man Pages |
---|
fann_cascadetrain_on_data(3) - php |
fann_get_bit_fail(3) - php |
fann_init_weights(3) - php |
fann_read_train_from_file(3) - php |
fann_set_callback(3) - php |