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

Descrição

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

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

Parâmetros

train_data

Dados de treinamento da resource rede neural.

new_min

New minimum after scaling outputs in training data.

new_max

New maximum after scaling outputs in training data.

Valor Retornado

Retorna true no sucesso ou false em outros casos.

Veja Também

add a note add a note

User Contributed Notes

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