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

Beschreibung

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.

Parameter-Liste

train_data

Resource für Trainingsdaten eines neuralen Netzwerks.

new_min

New minimum after scaling inputs and outputs in training data.

new_max

New maximum after scaling inputs and outputs in training data.

Rückgabewerte

Gibt true bei Erfolg, sonst false zurück.

Siehe auch

add a note add a note

User Contributed Notes

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