On Apr 12, 5:43 am, "Song, Qiang" <
qiang.s...@usc.edu> wrote:
> Hi Dario,
>
> The option -domain_size is only used to initialize the transition
> probability of HMM.
> Suppose that the size of domain is D, and the estimated bin size is B, then
> the self-transition
> probability of foreground state is initialized to (1 - B/D).
> Thereafter the option -domain-size is no longer used.
>
> So by setting the appropriate value of expected domain size, we may get
> better initial parameters
> of the HMM, which may speed up the training procedure. However their effect
> should be overwhelmed
> by the real data as we iterate more times.
>
> Hope this is helpful.
>
> Regards,
> Song Qiang
>