Ejemplo n.º 1
0
    public bool baum_welch_viterbi_train(BaumWelchViterbiType type)
    {
        bool ret = modshogunPINVOKE.HMM_baum_welch_viterbi_train(swigCPtr, (int)type);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 2
0
 public bool baum_welch_viterbi_train(BaumWelchViterbiType type) {
   bool ret = modshogunPINVOKE.HMM_baum_welch_viterbi_train(swigCPtr, (int)type);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }