fann_shuffle_train_data

(PECL fann >= 1.0.0)

fann_shuffle_train_dataShuffles training data, randomizing the order

Descrição

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.

Parâmetros

train_data

resource dos dados de treinamento da rede neural.

Valor Retornado

Retorna true em caso de sucesso ou false caso contrário.

add a note add a note

User Contributed Notes

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