fann_descale_output

(PECL fann >= 1.0.0)

fann_descale_output在獲取基于先前計算的參數(shù)之后,在輸出向量中縮小數(shù)據(jù)

說明

fann_descale_output(resource $ann, array $output_vector): bool

在獲取基于先前計算的參數(shù)之后,在輸出向量中縮小數(shù)據(jù)。

參數(shù)

ann

神經(jīng)網(wǎng)絡 資源。

output_vector

將被縮小的輸出向量。

返回值

成功時返回 true,其它情況下返回 false。

參見

  • fann_scale_output() - 在以前計算參數(shù)的基礎上,在訓練之前放大輸出向量中的數(shù)據(jù)
  • fann_descale_input() - 在獲取基于先前計算的參數(shù)之后,在輸入向量中縮小數(shù)據(jù)