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

Uses of MixItem in org.knowceans.topics.cgen
 

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

Fields in org.knowceans.topics.cgen with type parameters of type MixItem
(package private)  java.util.List<MixItem> MixItem.children
           
(package private)  java.util.List<MixItem> MixItem.parents
           
 

Methods in org.knowceans.topics.cgen that return types with arguments of type MixItem
 java.util.List<? extends MixItem> MixItem.getChildren()
           
 java.util.List<? extends MixItem> MixItem.getParents()
           
 java.util.List<MixItem> MixNet.traverse()
           
 java.util.List<MixItem> MixNet.traverseForest(java.util.List<? extends MixItem> roots)
          traverse mixture network = non-recursive forest depth-first search
 

Methods in org.knowceans.topics.cgen with parameters of type MixItem
 void MixNet.addItem(MixItem item)
          add a node or edge
 void MixNet.Traversal.eachItem(MixItem item)
           
 

Method parameters in org.knowceans.topics.cgen with type arguments of type MixItem
 java.util.List<MixItem> MixNet.traverseForest(java.util.List<? extends MixItem> roots)
          traverse mixture network = non-recursive forest depth-first search