fann_descale_train

(PECL fann >= 1.0.0)

fann_descale_trainDescale input and output data based on previously calculated parameters

설명

bool fann_descale_train ( resource $ann , resource $train_data )

Descale input and output data based on previously calculated parameters.

인수

ann

Neural network resource.

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