Query: fann_create_shortcut_array
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_CREATE_SHORTCUT_ARRAY(3) 1 FANN_CREATE_SHORTCUT_ARRAY(3) fann_create_shortcut_array - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connectionsSYNOPSISresource fann_create_shortcut_array (int $num_layers, array $layers)DESCRIPTIONCreates a standard backpropagation neural network which is not fully connectected and has shortcut connections using an array of layers sizes. Warning This function is currently not documented; only its argument list is available.PARAMETERSo $num_layers - The total number of layers including the input and the output layer. o $layers - An array of layers sizes.RETURN VALUESReturns a neural network resource on success, or FALSE on error.SEE ALSOfann_create_shortcut(3), fann_create_sparse(3), fann_create_standard(3). PHP Documentation Group FANN_CREATE_SHORTCUT_ARRAY(3)