PHP 7.0.6 Released

fann_merge_train_data

(PECL fann >= 1.0.0)

fann_merge_train_dataMerges the train data

Description

resource fann_merge_train_data ( resource $data1 , resource $data2 )

Merges the data from data1 and data2 into a new train data resource.

Parameters

data1

Neural network training data resource.

data2

Neural network training data resource.

Return Values

New merged train data resource, or FALSE on error.

User Contributed Notes

There are no user contributed notes for this page.
To Top