(PECL fann >= 1.0.0)
Creates an empty training data struct
resource fann_create_train ( int $num_data, int $num_input, int $num_output )
Creates an empty training data struct.
Parameters:
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
Returns:
Returns a train data resource on success, or FALSE
on error.
See also:
Please login to continue.