(PECL fann >= 1.0.0)
Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm.
bool fann_cascadetrain_on_file ( resource $ann, string $filename, int $max_neurons, int $neurons_between_reports, float $desired_error )
Does the same as fann_cascadetrain_on_data(), but reads the training data directly from a file.
Parameters:
ann