edu.duke.cs.banjo.learner
Class SearcherGreedy.SingleHighScoreUpdater

java.lang.Object
  extended byedu.duke.cs.banjo.learner.Searcher.HighScoreSetUpdater
      extended byedu.duke.cs.banjo.learner.SearcherGreedy.SingleHighScoreUpdater
Enclosing class:
SearcherGreedy

protected class SearcherGreedy.SingleHighScoreUpdater
extends Searcher.HighScoreSetUpdater

Inner class for tracking a single high-scoring network


Constructor Summary
protected SearcherGreedy.SingleHighScoreUpdater()
           
 
Method Summary
protected  void updateHighScoreStructureData(double bayesNetScore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearcherGreedy.SingleHighScoreUpdater

protected SearcherGreedy.SingleHighScoreUpdater()
Method Detail

updateHighScoreStructureData

protected void updateHighScoreStructureData(double bayesNetScore)
                                     throws java.lang.Exception
Specified by:
updateHighScoreStructureData in class Searcher.HighScoreSetUpdater
Throws:
java.lang.Exception