©
This document uses PHP Chinese website manual Release
(PECL fann >= 1.0.0)
fann_merge_train_data — Merges the train data
$data1
, resource $data2
)Merges the data from data1 and data2 into a new train data resource .
data1
Neural network training data resource .
data2
Neural network training data resource .
New merged train data resource , or FALSE
on error.