fann_shuffle_train_data

(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.

doc_php
2016-02-24 16:06:02
Comments
Leave a Comment

Please login to continue.