fann_shuffle_train_data

(PECL fann >= 1.0.0)

fann_shuffle_train_dataShuffles training data, randomizing the order

Opis

fann_shuffle_train_data ( resource $train_data ) : bool

Shuffles training data, randomizing the order. This is recommended for incremental training, while it have no influence during batch training.

Parametry

train_data

Zasób (resource) danych treningowych sieci neuronowej..

Zwracane wartości

Zwraca TRUE przy powodzeniu, FALSE w przeciwnym wypadku.

add a note add a note

User Contributed Notes

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