FannWrapperDouble.neural_net.get_sarprop_weight_decay_shift C# (CSharp) Method

get_sarprop_weight_decay_shift() public method

public get_sarprop_weight_decay_shift ( ) : float
return float
        public float get_sarprop_weight_decay_shift()
        {
            float ret = fanndoublePINVOKE.neural_net_get_sarprop_weight_decay_shift(swigCPtr);
            return ret;
        }
neural_net