fann_scale_input_train_data
(PECL fann >= 1.0.0)
fann_scale_input_train_data — Scales the inputs in the training data to the specified range
Beschreibung
$train_data, float $new_min, float $new_max): boolScales the inputs in the training data to the specified range.
Parameter-Liste
- 
train_data - 
     
Ressource für Trainingsdaten eines neuralen Netzwerks.
 - 
new_min - 
     
New minimum after scaling inputs in training data.
 - 
new_max - 
     
New maximum after scaling inputs in training data.
 
Rückgabewerte
Gibt true bei Erfolg, sonst false zurück.
Siehe auch
- fann_scale_output_train_data() - Scales the outputs in the training data to the specified range
 - fann_scale_train_data() - Scales the inputs and outputs in the training data to the specified range
 
                    
                    
                    
                    
                    
          