(PECL fann >= 1.0.0)
Shuffles training data, randomizing the order
bool fann_shuffle_train_data ( resource $train_data )
Shuffles training data, randomizing the order. This is recommended for incremental training, while it have no influence during batch training.
Parameters:
train_data
Neural network training data resource.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
Please login to continue.