fann_subset_train_data
(PECL fann >= 1.0.0)
fann_subset_train_data — Returns an copy of a subset of the train data
Beschreibung
$data
, int $pos
, int $length
): resource
Returns an copy of a subset of the train data resource, starting at position
pos
and length
elements forward.
The fann_subset_train_data(train_data, 0, fann_length_train_data(train_data))
do the same as
fann_duplicate_train_data()
Parameter-Liste
-
data
-
Ressource für Trainingsdaten eines neuralen Netzwerks.
-
pos
-
Starting position.
-
length
-
The number of copied elements.
Rückgabewerte
Gibt bei Erfolg eine Ressource mit Trainingsdaten zurück,
ansonsten false
im Fehlerfall.