Uses of Interface
edu.duke.cs.banjo.bayesnet.EdgesWithCachedStatisticsI

Packages that use EdgesWithCachedStatisticsI
edu.duke.cs.banjo.bayesnet   
edu.duke.cs.banjo.learner.components   
 

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

Classes in edu.duke.cs.banjo.bayesnet that implement EdgesWithCachedStatisticsI
 class EdgesAsArrayWithCachedStatistics
          Contains the data structures built around an adjacency matrix-approach for storing the network structure, using a 1-dimensional array.
 class EdgesAsMatrixWithCachedStatistics
          Contains the data structures built around an adjacency matrix-approach for storing the network structure.
 

Fields in edu.duke.cs.banjo.bayesnet declared as EdgesWithCachedStatisticsI
protected  EdgesWithCachedStatisticsI BayesNetStructure.networkStructure
           
private  EdgesWithCachedStatisticsI BayesNetManager.initialParents
           
private  EdgesWithCachedStatisticsI BayesNetManager.mustBePresentParents
           
private  EdgesWithCachedStatisticsI BayesNetManager.mustBeAbsentParents
           
private  EdgesWithCachedStatisticsI BayesNetManager.deleteableParents
           
private  EdgesWithCachedStatisticsI BayesNetManager.addableParents
           
private  EdgesWithCachedStatisticsI BayesNetManager.currentParents
           
 

Methods in edu.duke.cs.banjo.bayesnet that return EdgesWithCachedStatisticsI
 EdgesWithCachedStatisticsI BayesNetManagerI.getCurrentParents()
           
 EdgesWithCachedStatisticsI BayesNetManagerI.getAddableParents()
           
 EdgesWithCachedStatisticsI BayesNetManagerI.getDeleteableParents()
           
 EdgesWithCachedStatisticsI BayesNetManagerI.getMustBeAbsentParents()
           
 EdgesWithCachedStatisticsI BayesNetManagerI.getMustBePresentParents()
           
 EdgesWithCachedStatisticsI BayesNetManager.getCurrentParents()
           
 EdgesWithCachedStatisticsI BayesNetManager.getAddableParents()
           
 EdgesWithCachedStatisticsI BayesNetManager.getDeleteableParents()
           
 EdgesWithCachedStatisticsI BayesNetManager.getMustBeAbsentParents()
           
 EdgesWithCachedStatisticsI BayesNetManager.getMustBePresentParents()
           
 EdgesWithCachedStatisticsI BayesNetManager.getInitialParents()
           
 

Methods in edu.duke.cs.banjo.bayesnet with parameters of type EdgesWithCachedStatisticsI
 void EdgesWithCachedStatisticsI.assignMatrix(EdgesWithCachedStatisticsI matrixToAssign)
           
 void EdgesWithCachedStatisticsI.subtractMatrix(EdgesWithCachedStatisticsI matrixToSubtract)
           
 void EdgesWithCachedStatisticsI.setToCombinedMatrices(EdgesWithCachedStatisticsI matrix1, EdgesWithCachedStatisticsI matrix2)
           
 boolean EdgesWithCachedStatisticsI.hasOverlap(EdgesWithCachedStatisticsI _matrix)
           
 void EdgesWithCachedStatisticsI.computeComplementaryMatrix(EdgesWithCachedStatisticsI matrix1, EdgesWithCachedStatisticsI matrix2)
           
 void EdgesAsMatrixWithCachedStatistics.assignMatrix(EdgesWithCachedStatisticsI _matrixToAssign)
           
 void EdgesAsMatrixWithCachedStatistics.subtractMatrix(EdgesWithCachedStatisticsI _matrixToSubtract)
           
 void EdgesAsMatrixWithCachedStatistics.setToCombinedMatrices(EdgesWithCachedStatisticsI _matrix1, EdgesWithCachedStatisticsI _matrix2)
           
 boolean EdgesAsMatrixWithCachedStatistics.hasOverlap(EdgesWithCachedStatisticsI _matrix)
           
 void EdgesAsMatrixWithCachedStatistics.computeComplementaryMatrix(EdgesWithCachedStatisticsI _matrix1, EdgesWithCachedStatisticsI _matrix2)
           
 void EdgesAsArrayWithCachedStatistics.assignMatrix(EdgesWithCachedStatisticsI _matrixToAssign)
           
 void EdgesAsArrayWithCachedStatistics.subtractMatrix(EdgesWithCachedStatisticsI _matrixToSubtract)
           
 void EdgesAsArrayWithCachedStatistics.setToCombinedMatrices(EdgesWithCachedStatisticsI _edges1, EdgesWithCachedStatisticsI _edges2)
           
 boolean EdgesAsArrayWithCachedStatistics.hasOverlap(EdgesWithCachedStatisticsI _edges)
           
 void EdgesAsArrayWithCachedStatistics.computeComplementaryMatrix(EdgesWithCachedStatisticsI _edges1, EdgesWithCachedStatisticsI _edges2)
           
 void BayesNetStructureI.assignBayesNetStructure(EdgesWithCachedStatisticsI networkStructure, double networkScore, long searchLoopIndex)
           
 void BayesNetStructure.assignBayesNetStructure(EdgesWithCachedStatisticsI _networkStructure, double _networkScore, long _searchLoopIndex)
           
 void BayesNetManagerI.initializeBayesNet(EdgesWithCachedStatisticsI initialMatrix)
           
 void BayesNetManagerI.setCurrentParents(EdgesWithCachedStatisticsI currentParents)
           
 void BayesNetManager.initializeBayesNet(EdgesWithCachedStatisticsI parentsToAssign)
           
 void BayesNetManager.setCurrentParents(EdgesWithCachedStatisticsI currentParents)
           
 

Constructors in edu.duke.cs.banjo.bayesnet with parameters of type EdgesWithCachedStatisticsI
BayesNetStructure(EdgesWithCachedStatisticsI _networkStructure, double _networkScore, long _searchLoopIndex)
           
 

Uses of EdgesWithCachedStatisticsI in edu.duke.cs.banjo.learner.components
 

Methods in edu.duke.cs.banjo.learner.components with parameters of type EdgesWithCachedStatisticsI
protected  boolean EquivalenceCheckerBasic.isEquivalent(EdgesWithCachedStatisticsI _referenceStructure, EdgesWithCachedStatisticsI _structureToCheck)
           
protected  boolean EquivalenceCheckerSkip.isEquivalent(EdgesWithCachedStatisticsI referenceStructure, EdgesWithCachedStatisticsI structureToCheck)