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); }
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; }