PHP 7.0.6 Released

fann_destroy_train

(PECL fann >= 1.0.0)

fann_destroy_trainDestructs the training data

Description

bool fann_destroy_train ( resource $train_data )

Destructs the training data

Parameters

train_data

Neural network training data resource.

Return Values

Returns TRUE on success, or FALSE otherwise.

User Contributed Notes

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