Hi,
I am trying to do inference in a large network (around 6100 nodes). The network contains independent trees. I am using the default algorithm for updating the beliefs (clustering I guess).
For a tree (around 1000 nodes) the algorithm does not compute the values.
(Genie shows question mark, and in smile isValueValid returns false)
Is there some built in limitation? Is there a workaround?
Thanks,
Gapsarz
Update belief error?
attached is the xsdl file for testing
- Attachments
-
- tutorial_143.zip
- the xsdl file
- (212.1 KiB) Downloaded 735 times
-
- Site Admin
- Posts: 1457
- Joined: Mon Nov 26, 2007 5:51 pm
Re: Update belief error?
There's no built-in limitation, at least not something we included voluntarily. The calculation of clique potentials for your network/case loses the precision; at the end of the inference algorithm the elements of these potentials are equal to zero. The potentials are used to calculate the posteriors (they're normalized to obtain probabilities). With all zeros, the information is lost.gasparz wrote:Is there some built in limitation? Is there a workaround?
I don' think there's any workaround except restructuring the network or limiting the node count.