fann_duplicate_train_data

(PECL fann >= 1.0.0)

fann_duplicate_train_dataReturns an exact copy of a fann train data

설명

resource fann_duplicate_train_data ( resource $data )

Returns an exact copy of a fann train data resource.

인수

data

Neural network training data resource.

반환값

Returns a train data resource on success, or FALSE on error.

add a note add a note

User Contributed Notes

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