Home
last modified time | relevance | path

Searched refs:get_discrete (Results 1 – 5 of 5) sorted by relevance

/dports/science/ghmm/ghmm-0.9-rc3/ghmmwrapper/
H A Dwrapper_dpseq.i35 int* get_discrete(int index);
H A Dghmm.py4593 pointerDiscrete = self.cseq.get_discrete(i)
4626 int_pointer = self.cseq.get_discrete(index)
/dports/audio/festival/speech_tools/include/
H A DEST_simplestats.h285 inline const EST_Discrete *const get_discrete() const { return discrete; }; in get_discrete() function
H A DEST_Ngrammar.h185 return (EST_BackoffNgrammarState*)children.lookup(p_pdf.get_discrete()->name(word)); in get_child()
/dports/audio/festival/speech_tools/grammar/ngram/
H A DEST_Ngrammar.cc173 s = add_child(p_pdf.get_discrete(),words); in accumulate()
216 s = add_child(p_pdf.get_discrete(),words); in accumulate()
281 children.add(p_pdf.get_discrete()->name(words(words.n()-1-p_level)), (void*)new_child); in add_child()