Exemplo n.º 1
0
 public HMM(int N, int M, SWIGTYPE_p_shogun__Model model, double PSEUDO) : this(modshogunPINVOKE.new_HMM__SWIG_1(N, M, SWIGTYPE_p_shogun__Model.getCPtr(model), PSEUDO), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
    public bool initialize(SWIGTYPE_p_shogun__Model model, double PSEUDO)
    {
        bool ret = modshogunPINVOKE.HMM_initialize__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__Model.getCPtr(model), PSEUDO);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 3
0
 public bool initialize(SWIGTYPE_p_shogun__Model model, double PSEUDO) {
   bool ret = modshogunPINVOKE.HMM_initialize__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__Model.getCPtr(model), PSEUDO);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 4
0
 public HMM(int N, int M, SWIGTYPE_p_shogun__Model model, double PSEUDO) : this(modshogunPINVOKE.new_HMM__SWIG_1(N, M, SWIGTYPE_p_shogun__Model.getCPtr(model), PSEUDO), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__Model obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }