public virtual float EvaluateClassImageSet(ClassImageSet_Int8 cis, float beginAngle, float endAngle, vector_PatternEvalResult tabs, ref float meanError) { float ret = VisionLabPINVOKE.PatternMatcher_Int8_EvaluateClassImageSet(swigCPtr, ClassImageSet_Int8.getCPtr(cis), beginAngle, endAngle, vector_PatternEvalResult.getCPtr(tabs), ref meanError); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public double EvaluateClassImageSet(ClassImageSet_Int8 cis, vector_int classesRes, vector_double confidencies, vector_vector_double outputs, ref double meanError) { double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int8_EvaluateClassImageSet(swigCPtr, ClassImageSet_Int8.getCPtr(cis), vector_int.getCPtr(classesRes), vector_double.getCPtr(confidencies), vector_vector_double.getCPtr(outputs), ref meanError); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public double TrainClassImageSet(int nrOfEpochs, double learnRate, double momentum, ClassImageSet_Int8 cis, ref double meanError) { double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int8_TrainClassImageSet(swigCPtr, nrOfEpochs, learnRate, momentum, ClassImageSet_Int8.getCPtr(cis), ref meanError); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public BPN_ImageOptimizer_Int8(int populationSize, int nrEpochs, double lowConfidence, ClassImageSet_Int8 trainCIS, ClassImageSet_Int8 evalCIS, int hidden1Low, int hidden1High, int hidden2Low, int hidden2High, double learnRateLow, double learnRateHigh, double momentumLow, double momentumHigh) : this(VisionLabPINVOKE.new_BPN_ImageOptimizer_Int8(populationSize, nrEpochs, lowConfidence, ClassImageSet_Int8.getCPtr(trainCIS), ClassImageSet_Int8.getCPtr(evalCIS), hidden1Low, hidden1High, hidden2Low, hidden2High, learnRateLow, learnRateHigh, momentumLow, momentumHigh), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }