FannWrapperDouble.neural_net.set_sarprop_step_error_threshold_factor C# (CSharp) 메소드

set_sarprop_step_error_threshold_factor() 공개 메소드

public set_sarprop_step_error_threshold_factor ( float sarprop_step_error_threshold_factor ) : void
sarprop_step_error_threshold_factor float
리턴 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