Uses of Class
edu.duke.cs.banjo.bayesnet.EdgesAsMatrix

Packages that use EdgesAsMatrix
edu.duke.cs.banjo.bayesnet   
 

Uses of EdgesAsMatrix in edu.duke.cs.banjo.bayesnet
 

Subclasses of EdgesAsMatrix in edu.duke.cs.banjo.bayesnet
 class EdgesAsMatrixWithCachedStatistics
          Contains the data structures built around an adjacency matrix-approach for storing the network structure.
 

Methods in edu.duke.cs.banjo.bayesnet with parameters of type EdgesAsMatrix
 void EdgesAsMatrix.assignMatrix(EdgesAsMatrix _edgeMatrix)
           
 boolean EdgesAsMatrix.hasIdenticalEntries(EdgesAsMatrix _otherMatrix)
           
 

Constructors in edu.duke.cs.banjo.bayesnet with parameters of type EdgesAsMatrix
EdgesAsMatrixWithCachedStatistics(EdgesAsMatrix _edgesAsMatrix)