(PECL fann >= 1.0.0)
fann_train_on_file — �ڴ�ij���ļ���ȡ���������ݼ���ѵ��һ��ʱ�䡣
$ann
, string $filename
, int $max_epochs
, int $epochs_between_reports
, float $desired_error
) : bool�ڴ�ij���ļ���ȡ���������ݼ���ѵ��һ��ʱ�䡣
��ѵ��ʹ�� fann_set_training_algorithm() ����ѡ����㷨����Щѵ���㷨���õIJ�����
ann
Neural network resource.
filename
����ѵ�����ݵ��ļ���
max_epochs
ѵ��Ӧ�ü����������������
epochs_between_reports
�û�����֮�������������Ϊ0ʱ��ʾû���û����������á�
desired_error
�������� fann_get_MSE() �� fann_get_bit_fail()�ķ���ֵ, ȡ���� fann_set_train_stop_function() ѡ���ֹͣ������
Returns TRUE
on success, or FALSE
otherwise.