PHP 8.3.4 Released!

fann_scale_input_train_data

(PECL fann >= 1.0.0)

fann_scale_input_train_dataScales the inputs in the training data to the specified range

説明

fann_scale_input_train_data(resource $train_data, float $new_min, float $new_max): bool

Scales the inputs in the training data to the specified range.

パラメータ

train_data

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

new_min

New minimum after scaling inputs in training data.

new_max

New maximum after scaling inputs in training data.

戻り値

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

参考

add a note

User Contributed Notes

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