FannWrapperDouble.neural_net.get_sarprop_step_error_threshold_factor C# (CSharp) Метод

get_sarprop_step_error_threshold_factor() публичный Метод

public get_sarprop_step_error_threshold_factor ( ) : float
Результат 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