public SalzbergWordStringKernel(StringWordFeatures l, StringWordFeatures r, PluginEstimate pie) : this(modshogunPINVOKE.new_SalzbergWordStringKernel__SWIG_4(StringWordFeatures.getCPtr(l), StringWordFeatures.getCPtr(r), PluginEstimate.getCPtr(pie)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public SalzbergWordStringKernel(int size, PluginEstimate pie) : this(modshogunPINVOKE.new_SalzbergWordStringKernel__SWIG_2(size, PluginEstimate.getCPtr(pie)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }