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

get_cascade_candidate_change_fraction() 공개 메소드

public get_cascade_candidate_change_fraction ( ) : float
리턴 float
        public float get_cascade_candidate_change_fraction()
        {
            float ret = fanndoublePINVOKE.neural_net_get_cascade_candidate_change_fraction(swigCPtr);
            return ret;
        }
neural_net