fann_scale_train

Scale input and output data based on previously calculated parameters

Description

bool fann_scale_train(resource $ann, resource $train_data)

Scale input and output data based on previously calculated parameters.

Parameters

ann
Neural network resource.
train_data
Neural network training data resource.

Return Values

Returns true on success, or false otherwise.

See Also

  • fann_descale_train
  • fann_set_scaling_params