EM calculations

The front end.
Post Reply
liid
Posts: 32
Joined: Tue Jun 19, 2018 5:19 am

EM calculations

Post by liid »

Hi,

I wanted to know whether there is any way to obtain some of the internal computations that genie's EM algorithm computes.
Specifically, I would like to obtain the probabilities the algorithm computes for each state of each missing entry in the training set, or at least the "expected" state that it assigns to each missing entry at the end of the run (kind of like what is printed in the inference/validation output file, probabilities for different states of each target variable).

Is there a way to obtain those?

Thank you!
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: EM calculations

Post by shooltz[BayesFusion] »

Is there a way to obtain those?
The EM algorithm implementation in SMILE does not expose these values. They are discarded once EM's internal data structures are updated.
Post Reply