The HMM has to have a convenient setter, which allows to set/reset the parameters in an PoisParam object.
Should these setters live in the big PoisHmm namespace or should it better have it's own PoisParams namespace, like:
PoisHmm_SetXXX or PoisParams_SetXXX?
The second approach seems more versatile since it would allow to change init and training params. The fist approch would have to be hard coded to set either init or training params.
The HMM has to have a convenient setter, which allows to set/reset the parameters in an
PoisParamobject.Should these setters live in the big PoisHmm namespace or should it better have it's own PoisParams namespace, like:
PoisHmm_SetXXXorPoisParams_SetXXX?The second approach seems more versatile since it would allow to change init and training params. The fist approch would have to be hard coded to set either init or training params.