|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRBNinference.BNNode
RBNinference.SimpleBNNode
public class SimpleBNNode
Field Summary |
---|
Fields inherited from class RBNinference.BNNode |
---|
children, depth, instantiated, name, parents |
Constructor Summary | |
---|---|
SimpleBNNode()
Creates new SimpleBNNode |
|
SimpleBNNode(java.lang.String name)
|
|
SimpleBNNode(java.lang.String name,
double[] cpt,
java.util.LinkedList parents,
java.util.LinkedList children)
|
Method Summary | |
---|---|
boolean |
isDetEquivalent(SimpleBNNode sbnn)
returns true if this and sbnn are equivalent deterministic nodes, i.e. |
boolean |
isIsolatedZeroNode()
|
void |
setCPT(double[] cpt)
|
Methods inherited from class RBNinference.BNNode |
---|
addToChildren, addToParents, buildNodeStack, depth, familyXcenter, instantiate, instantiatedTo, parentsSubset, replaceInChildrenList, replaceInParentList, resetParents, resetVisited, resetVisitedUpDownstream, resetVisitedUpstream, setDepth, showAllReachable, sizeFamily, xSum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleBNNode()
public SimpleBNNode(java.lang.String name)
public SimpleBNNode(java.lang.String name, double[] cpt, java.util.LinkedList parents, java.util.LinkedList children)
Method Detail |
---|
public void setCPT(double[] cpt)
public boolean isIsolatedZeroNode()
public boolean isDetEquivalent(SimpleBNNode sbnn)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |