Thanks very much in advance.

Did you try to run EM without calling SetDefaultBNAlgorithm first to keep the default, exact inference algorithm?Looney wrote:Hey mate, thanks for your reply, so far from the initial test i have ran i found Asis and Epis give the highest accuracy and precision in my model but that was only close to 58% only.
Hi, we have no immediate plans to add Gibbs sampling to SMILE. To put this statement in a perspective, we did test the performance of Gibbs sampling and compared it to algorithms based on importance sampling. While it should perform better than importance sampling in theory, our experiments have shown the opposite. So, I suspect that EPIS is the fastest sampling algorithm known to us.Looney wrote:Also out of curiosity i am also interested to find out if there are any plans to implement Gibbs Sampling for belief network side of things and if not is it possible to extend smile to add it. My mentor had originally recommended i use Gibbs sampling, that's the only reason i am interested to find out ?
I know Gibbs sampling is applicable when the joint distribution is not known explicitly, but the conditional distribution of each variable is known. I guess knowing my model now could you please shed some light on if Epis Sampling would be better than Gibbs Sampling or is it hard to say, that's considering the default does not kick both of them's butt.