|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumbc.ebiquity.BayesOWL.coreAlgorithms.SDIPFPMarginalOneR
public class SDIPFPMarginalOneR
This class implements the 'Simplified D-IPFP' algorithm based on the AISTA-2004 paper, with only one step for one single simple local marginal constraint R(V) provided.
Constructor Summary | |
---|---|
SDIPFPMarginalOneR(norsys.netica.Net n,
SimpleMarginalConstraint r,
HardEvidence[] e)
Constructor. |
Method Summary | |
---|---|
void |
computation()
The computation process of one-step simplified de-composed iterative proportional fitting procedure (SDIPFP), for a single simple local marginal constraint. |
norsys.netica.Net |
getNet()
This method returns the revised BBN obtained. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SDIPFPMarginalOneR(norsys.netica.Net n, SimpleMarginalConstraint r, HardEvidence[] e)
n:
- Bayesian Netr:
- simple marginal constrainte:
- hard evidenceMethod Detail |
---|
public void computation()
public norsys.netica.Net getNet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |