Fann Funciones
PHP Manual

fann_scale_output_train_data

(PECL fann >= 1.0.0)

fann_scale_output_train_dataScales the outputs in the training data to the specified range

Descripción

bool fann_scale_output_train_data ( resource $train_data , float $new_min , float $new_max )

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

Parámetros

train_data

resource de datos de entrenamiento de red neuronal.

new_min

New minimum after scaling outputs in training data.

new_max

New maximum after scaling outputs in training data.

Valores devueltos

Devuelve TRUE en caso de éxito, o FALSE de lo contrario.

Ver también


Fann Funciones
PHP Manual