fann_create_train

(PECL fann >= 1.0.0)

fann_create_trainCreates an empty training data struct

Descrição

fann_create_train ( int $num_data , int $num_input , int $num_output ) : resource

Creates an empty training data struct.

Parâmetros

num_data

The number of training data

num_input

The number of inputs per training data

num_output

The number of ouputs per training data

Valor Retornado

Retorna um resource de dados de treinamento no sucesso ou false em erros.

Notas

Nota:

This function is only available if the fann extension has been build against libfann >= 2.2.

Veja Também