edu.duke.cs.banjo.learner.components
Interface EquivalenceCheckerI

All Known Implementing Classes:
EquivalenceChecker

public interface EquivalenceCheckerI

Documents the interface for creating an equivalence checker implementation.

Details:

Change History:
Created on Jan 23, 2006

Author:
Jurgen Sladeczek (hjs)
For the latest info, please visit www.cs.duke.edu.

Method Summary
 boolean isEquivalent(java.util.Set setOfBayesNetStructures, BayesNetStructureI bayesNetStructureToCheck)
           
 java.lang.StringBuffer provideCollectedStatistics()
           
 

Method Detail

isEquivalent

public boolean isEquivalent(java.util.Set setOfBayesNetStructures,
                            BayesNetStructureI bayesNetStructureToCheck)
                     throws java.lang.Exception
Throws:
java.lang.Exception

provideCollectedStatistics

public java.lang.StringBuffer provideCollectedStatistics()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception