PHP 7.0.6 Released

fann_length_train_data

(PECL fann >= 1.0.0)

fann_length_train_dataReturns the number of training patterns in the train data

Description

int fann_length_train_data ( resource $data )

Returns the number of training patterns in the train data resource.

Parameters

data

Neural network training data resource.

Return Values

Number of elements in the train data resource, or FALSE on error.

User Contributed Notes

There are no user contributed notes for this page.
To Top