fann_shuffle_train_data

(PECL fann >= 1.0.0)

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

인수

train_data

Neural network training data resource.

반환값

Returns TRUE on success, or FALSE otherwise.

add a note add a note

User Contributed Notes

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