Function fann_sys::fann_get_cascade_candidate_limit[][src]

pub unsafe extern "C" fn fann_get_cascade_candidate_limit(
    ann: *const fann
) -> fann_type

The candidate limit is a limit for how much the candidate neuron may be trained. The limit is a limit on the proportion between the MSE and candidate score.

Set this to a lower value to avoid overfitting and to a higher if overfitting is not a problem.

The default candidate limit is 1000.0

See also

fann_set_cascade_candidate_limit

This function appears in FANN >= 2.0.0.