About DSL_em::SetEquivalentSampleSize(int eqSampleSize)

The engine.
Post Reply
alamy
Posts: 8
Joined: Fri Sep 26, 2008 4:39 pm

About DSL_em::SetEquivalentSampleSize(int eqSampleSize)

Post by alamy »

Hi,

I'm curious what's the meaning of the equivalent sample size used in DSL_em::SetEquivalentSampleSize(...)?

Is it the equivalent sample size for the new training data? Or is it the equivalent sample size for the prior network parameters?

Is the equivalent sample size here synonymous to the "confidence" value used in the EM learning in GeNIe ?

Thanks.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: About DSL_em::SetEquivalentSampleSize(int eqSampleSize)

Post by shooltz[BayesFusion] »

alamy wrote:Is the equivalent sample size here synonymous to the "confidence" value used in the EM learning in GeNIe ?
Yes, the 'Confidence' value from GeNIe is used in a call toDSL_em::SetEquivalentSampleSize method before EM starts.
Post Reply