(PECL fann >= 1.0.0)
fann_scale_output — 在以前计算参数的基础上,在训练之前放大输出向量中的数据
$ann
$output_vector
在以前计算参数的基础上,在训练之前放大输出向量中的数据。
ann
Neural network resource.
output_vector
将要被缩放的输出向量
Returns TRUE on success, or FALSE otherwise.
TRUE
FALSE