fann_destroy_train

(PECL fann >= 1.0.0)

fann_destroy_trainDestructs the training data

설명

bool fann_destroy_train ( resource $train_data )

Destructs the training data

인수

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