fann_set_cascade_output_stagnation_epochs

Sets the number of cascade output stagnation epochs

説明

bool fann_set_cascade_output_stagnation_epochs(resource $ann, int $cascade_output_stagnation_epochs)

Sets the number of cascade output stagnation epochs.

パラメータ

ann

ニューラルネットワークリソース。

cascade_output_stagnation_epochs

The number of cascade output stagnation epochs.

戻り値

成功した場合に true、それ以外の場合に false を返します。

参考

  • fann_get_cascade_output_stagnation_epochs