fann_sys::fann_create_sparse [] [src]

pub unsafe extern fn fann_create_sparse(connection_rate: c_float, num_layers: c_uint, ...) -> *mut fann

Creates a standard backpropagation neural network, which is not fully connected.

Parameters

Returns

A pointer to the newly created fann.

See also

fann_create_sparse_array, fann_create_standard, fann_create_shortcut

This function appears in FANN >= 2.0.0.