FannWrapperDouble.neural_net.create_from_file C# (CSharp) Method

create_from_file() public method

public create_from_file ( string configuration_file ) : bool
configuration_file string
return bool
        public bool create_from_file(string configuration_file)
        {
            bool ret = fanndoublePINVOKE.neural_net_create_from_file(swigCPtr, configuration_file);
            if (fanndoublePINVOKE.SWIGPendingException.Pending) throw fanndoublePINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
neural_net