fann_scale_train_data

(PECL fann >= 1.0.0)

fann_scale_train_dataScales the inputs and outputs in the training data to the specified range

Descrierea

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

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

Parametri

train_data

resource a datelor pentru antrenarea rețelei neuronale.

new_min

New minimum after scaling inputs and outputs in training data.

new_max

New maximum after scaling inputs and outputs in training data.

Valorile întoarse

Întoarce TRUE în caz de succes, sau FALSE în caz contrar.

A se vedea și