public bool append_features(StringUlongFeatures sf)
    {
        bool ret = modshogunPINVOKE.StringUlongFeatures_append_features(swigCPtr, StringUlongFeatures.getCPtr(sf));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public StringUlongFeatures(StringUlongFeatures orig) : this(modshogunPINVOKE.new_StringUlongFeatures__SWIG_5(StringUlongFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public CommUlongStringKernel(StringUlongFeatures l, StringUlongFeatures r) : this(modshogunPINVOKE.new_CommUlongStringKernel__SWIG_5(StringUlongFeatures.getCPtr(l), StringUlongFeatures.getCPtr(r)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public CommUlongStringKernel(StringUlongFeatures l, StringUlongFeatures r, bool use_sign, int size) : this(modshogunPINVOKE.new_CommUlongStringKernel__SWIG_3(StringUlongFeatures.getCPtr(l), StringUlongFeatures.getCPtr(r), use_sign, size), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }