fann_destroy_train

(PECL fann >= 1.0.0)

fann_destroy_trainDestructs the training data

Descrição

fann_destroy_train ( resource $train_data ) : bool

Destructs the training data

Parâmetros

train_data

Dados de treinamento da resource rede neural.

Valor Retornado

Retorna true no sucesso ou false em outros casos.

add a note add a note

User Contributed Notes

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