FannWrapperDouble.neural_net.train_epoch C# (CSharp) Method

train_epoch() public method

public train_epoch ( training_data data ) : float
data training_data
return float
        public float train_epoch(training_data data)
        {
            float ret = fanndoublePINVOKE.neural_net_train_epoch(swigCPtr, training_data.getCPtr(data));
            if (fanndoublePINVOKE.SWIGPendingException.Pending) throw fanndoublePINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
neural_net