fann_scale_output_train_data
(PECL fann >= 1.0.0)
fann_scale_output_train_data — Scales the outputs in the training data to the specified range
説明
Scales the outputs in the training data to the specified range.
パラメータ
train_data
-
ニューラルネットワークトレーニングリソース。
new_min
-
New minimum after scaling outputs in training data.
new_max
-
New maximum after scaling outputs in training data.
参考
- fann_scale_input_train_data() - Scales the inputs in the training data to the specified range
- fann_scale_train_data() - Scales the inputs and outputs in the training data to the specified range
+add a note
User Contributed Notes
There are no user contributed notes for this page.