Uses of Class
org.knowceans.topics.cgen.MixNode

Uses of MixNode in org.knowceans.topics.cgen
 

Subclasses of MixNode in org.knowceans.topics.cgen
 class MixNodeFastSerial
          represents a mixture node with fast serial sampling state
 

Fields in org.knowceans.topics.cgen declared as MixNode
(package private)  MixNode MixNode.coupledMainNode
          main node in a coupled group
 

Fields in org.knowceans.topics.cgen with type parameters of type MixNode
(package private)  java.util.List<MixNode> MixNode.coupledNodes
          nodes this shares parameters with (only one for now)
(package private)  java.util.List<MixNode> MixNet.nodes
           
 

Methods in org.knowceans.topics.cgen that return MixNode
 MixNode MixEdge.getChildNode(int i)
           
 MixNode MixNet.getNode(java.lang.String query)
          get node by name or parameter name
 MixNode MixEdge.getParentNode(int i)
           
 

Methods in org.knowceans.topics.cgen that return types with arguments of type MixNode
 java.util.List<MixNode> MixEdge.getChildren()
           
 java.util.List<MixNode> MixNode.getCoupledNodes()
          get couple nodes as a shortcut to resolving a C3 structure.
 java.util.List<MixNode> MixNet.getHiddenNodes()
           
 java.util.List<MixNode> MixEdge.getParents()
           
 java.util.List<MixNode> MixNet.getTypedNodes(int type)
          get the nodes matching ANY of the bits in the type mask
 

Methods in org.knowceans.topics.cgen with parameters of type MixNode
 void MixNode.coupleNode(MixNode node)
          couple the node with the argument.
 void MixNet.Traversal.eachNode(MixNode node)
           
 MixEdge MixNet.getParentEdge(MixNode n, java.lang.String ename)
          get the parent edge for this ename (variable) or null
 void MixNet.linkItems(MixNode parent, MixEdge edge, MixNode child)
          Add the node to