示例#1
0
    public double TrainClassImageSet(int nrOfEpochs, double learnRate, double momentum, ClassImageSet_Double cis, ref double meanError)
    {
        double ret = VisionLabPINVOKE.BPN_ImageClassifier_Double_TrainClassImageSet(swigCPtr, nrOfEpochs, learnRate, momentum, ClassImageSet_Double.getCPtr(cis), ref meanError);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }