FannWrapperDouble.neural_net.get_sarprop_step_error_threshold_factor C# (CSharp) Method

get_sarprop_step_error_threshold_factor() public method

public get_sarprop_step_error_threshold_factor ( ) : float
return float
        public float get_sarprop_step_error_threshold_factor()
        {
            float ret = fanndoublePINVOKE.neural_net_get_sarprop_step_error_threshold_factor(swigCPtr);
            return ret;
        }
neural_net