internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ClassFeatureSet_Int8 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public BPN_FeatureOptimizer_Int8(int populationSize, int nrEpochs, double lowConfidence, ClassFeatureSet_Int8 trainCFS, ClassFeatureSet_Int8 evalCFS, int hidden1Low, int hidden1High, int hidden2Low, int hidden2High, double learnRateLow, double learnRateHigh, double momentumLow, double momentumHigh, vector_bool selectTab) : this(VisionLabPINVOKE.new_BPN_FeatureOptimizer_Int8(populationSize, nrEpochs, lowConfidence, ClassFeatureSet_Int8.getCPtr(trainCFS), ClassFeatureSet_Int8.getCPtr(evalCFS), hidden1Low, hidden1High, hidden2Low, hidden2High, learnRateLow, learnRateHigh, momentumLow, momentumHigh, vector_bool.getCPtr(selectTab)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(ClassFeatureSet_Int8 obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(ClassFeatureSet_Int8 obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public BPN_FeatureOptimizer_Int8(int populationSize, int nrEpochs, double lowConfidence, ClassFeatureSet_Int8 trainCFS, ClassFeatureSet_Int8 evalCFS, int hidden1Low, int hidden1High, int hidden2Low, int hidden2High, double learnRateLow, double learnRateHigh, double momentumLow, double momentumHigh, vector_bool selectTab) : this(VisionLabPINVOKE.new_BPN_FeatureOptimizer_Int8(populationSize, nrEpochs, lowConfidence, ClassFeatureSet_Int8.getCPtr(trainCFS), ClassFeatureSet_Int8.getCPtr(evalCFS), hidden1Low, hidden1High, hidden2Low, hidden2High, learnRateLow, learnRateHigh, momentumLow, momentumHigh, vector_bool.getCPtr(selectTab)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }