Home
last modified time | relevance | path

Searched refs:hmm_state (Results 1 – 7 of 7) sorted by relevance

/dports/lang/yap/yap-6.2.2/packages/CLPBN/clpbn/
H A Dhmm.yap4 hmm_state/1,
20 :- meta_predicate hmm_state(:).
34 hmm_state(Mod:A) :- !, hmm_state(A,Mod).
35 hmm_state(A) :- prolog_flag(typein_module,Mod), hmm_state(A,Mod).
37 hmm_state(Mod:N/A,_) :- !,
38 hmm_state(N/A,Mod).
39 hmm_state((A,B),Mod) :- !,
40 hmm_state(A,Mod),
41 hmm_state(B,Mod).
42 hmm_state(N/A,Mod) :-
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dhmm.h202 #define hmm_state(h,st) ((hmm_t *)(h))->state[st] macro
204 #define hmm_in_score(h) hmm_state(h,0).score
205 #define hmm_score(h,st) hmm_state(h,st).score
208 #define hmm_in_history(h) hmm_state(h,0).history.id
209 #define hmm_history(h,st) hmm_state(h,st).history.id
212 #define hmm_in_histobj(h) hmm_state(h,0).history.ptr
213 #define hmm_histobj(h,st) hmm_state(h,st).history.ptr
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcHDPHMMpoisson.cc43 hmm_state poisson_hdp_reg_state_sampler(rng<RNGTYPE>& stream, in poisson_hdp_reg_state_sampler()
112 hmm_state result; in poisson_hdp_reg_state_sampler()
223 hmm_state Sout; in HDPHMMpoissonReg_impl()
H A DcHDPHMMnegbin.cc44 hmm_state negbin_hdp_reg_state_sampler(rng<RNGTYPE>& stream, in negbin_hdp_reg_state_sampler()
125 hmm_state result; in negbin_hdp_reg_state_sampler()
245 hmm_state Sout; in HDPHMMnegbinReg_impl()
H A DcMCMCnegbinChange.cc42 hmm_state negbin_reg_state_sampler(rng<RNGTYPE>& stream, in negbin_reg_state_sampler()
140 hmm_state result; in negbin_reg_state_sampler()
253 hmm_state Sout; in MCMCnegbinRegChangepoint_impl()
H A DMCMCnbutil.h15 struct hmm_state { struct
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libam/
H A Dhmm.c279 #define hmm_in_history(h) hmm_state(h,0).history
280 #define hmm_history(h,st) hmm_state(h,st).history