FannWrapperDouble.neural_net.set_sarprop_step_error_threshold_factor C# (CSharp) Method

set_sarprop_step_error_threshold_factor() public method

public set_sarprop_step_error_threshold_factor ( float sarprop_step_error_threshold_factor ) : void
sarprop_step_error_threshold_factor float
return void
        public void set_sarprop_step_error_threshold_factor(float sarprop_step_error_threshold_factor)
        {
            fanndoublePINVOKE.neural_net_set_sarprop_step_error_threshold_factor(swigCPtr, sarprop_step_error_threshold_factor);
        }
neural_net