FannWrapperDouble.neural_net.get_sarprop_step_error_threshold_factor C# (CSharp) Méthode

get_sarprop_step_error_threshold_factor() public méthode

public get_sarprop_step_error_threshold_factor ( ) : float
Résultat 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