A B C D E F G H I J L M N O P R S T U V W X

B

BANJO - class edu.duke.cs.banjo.utility.BANJO.
Defines all constants (numeric, string, etc) used by Banjo.
BANJO() - Constructor for class edu.duke.cs.banjo.utility.BANJO
 
BANJOVERSION - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_EQUIVALENTSAMPLESIZE_INVALIDVALUE - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_FREEFORMINPUT - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_INITIALTHRESHOLDSCORE_BDE - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_LARGEINITIALVALUEFORMINIMUM - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_NOVALUESUPPLIED_NUMBER - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_NOVALUESUPPLIED_STRING - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_NOVALUE_INDISPLAY - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_OBSERVATIONCOUNT_NONUMBERSUPPLIED - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_SMALLINITIALVALUEFORMAXIMUM - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_SYSTEM_ENTER - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_SYSTEM_NL - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_TIMEQUALIFIER_DAYS - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_TIMEQUALIFIER_HOURS - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_TIMEQUALIFIER_MILLISECS - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_TIMEQUALIFIER_MINUTES - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_TIMEQUALIFIER_SECONDS - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BANJO_UNREACHABLESCORE_BDE - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BUFFERLENGTH_SMALL - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BUFFERLENGTH_STAT - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BUFFERLENGTH_STAT_INTERNAL - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BUFFERLENGTH_STRUCTURE - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
BUFFERLENGTH_STRUCTURE_LARGE - Static variable in class edu.duke.cs.banjo.utility.BANJO
 
Banjo - class edu.duke.cs.banjo.application.Banjo.
Provides a simple interface to running the Banjo application in a multi-threaded scenario.
Banjo() - Constructor for class edu.duke.cs.banjo.application.Banjo
 
Banjo.SearchInstance - class edu.duke.cs.banjo.application.Banjo.SearchInstance.
 
Banjo.SearchInstance() - Constructor for class edu.duke.cs.banjo.application.Banjo.SearchInstance
 
BanjoError - class edu.duke.cs.banjo.utility.BanjoError.
Used for tracking multiple internal "errors", e.g., while trying to validate the user input.
BanjoError(String, int, String, Object) - Constructor for class edu.duke.cs.banjo.utility.BanjoError
 
BanjoError(BanjoError) - Constructor for class edu.duke.cs.banjo.utility.BanjoError
 
BanjoErrorHandler - class edu.duke.cs.banjo.utility.BanjoErrorHandler.
Combines the exception handling for various front-end classes.
BanjoErrorHandler() - Constructor for class edu.duke.cs.banjo.utility.BanjoErrorHandler
 
BanjoErrorHandler(Settings) - Constructor for class edu.duke.cs.banjo.utility.BanjoErrorHandler
 
BanjoException - exception edu.duke.cs.banjo.utility.BanjoException.
Defines the exceptions that the application generates.
BanjoException(int) - Constructor for class edu.duke.cs.banjo.utility.BanjoException
Basic Constructor: creates a BanjoException of one of our defined types.
BanjoException(Exception, int) - Constructor for class edu.duke.cs.banjo.utility.BanjoException
Contructor that handles an exception within the code, for which we didn't attach an additional message.
BanjoException(Exception, int, String) - Constructor for class edu.duke.cs.banjo.utility.BanjoException
For trapping an existing exception, and attaching both a type and a message to it.
BanjoException(BanjoException) - Constructor for class edu.duke.cs.banjo.utility.BanjoException
Constructor for propagating an existing BanjoException.
BanjoException(int, String) - Constructor for class edu.duke.cs.banjo.utility.BanjoException
Is used when we didn't encounter an exception in the code, but rather want to flag an "issue" (e.g., unusable input value, etc)
BanjoException(int, Object, Object) - Constructor for class edu.duke.cs.banjo.utility.BanjoException
 
BanjoInstance - Variable in class edu.duke.cs.banjo.application.Banjo
 
BanjoRandomNumber - class edu.duke.cs.banjo.utility.BanjoRandomNumber.
Basic utility class for providing random sequences, based on either a fixed seed or a system time-based seed.
BanjoRandomNumber() - Constructor for class edu.duke.cs.banjo.utility.BanjoRandomNumber
 
BanjoRandomNumber(long) - Constructor for class edu.duke.cs.banjo.utility.BanjoRandomNumber
 
BanjoThreadHandler - class edu.duke.cs.banjo.application.BanjoThreadHandler.
Used for searching in a multi-threaded scenario.
BanjoThreadHandler(String[], int, Settings) - Constructor for class edu.duke.cs.banjo.application.BanjoThreadHandler
Simple access point to the Banjo application.
BayesNetChange - class edu.duke.cs.banjo.bayesnet.BayesNetChange.
Defines a change to the BayesNet.
BayesNetChange() - Constructor for class edu.duke.cs.banjo.bayesnet.BayesNetChange
 
BayesNetChange(int, int, int, int) - Constructor for class edu.duke.cs.banjo.bayesnet.BayesNetChange
 
BayesNetChange(BayesNetChangeI) - Constructor for class edu.duke.cs.banjo.bayesnet.BayesNetChange
 
BayesNetChangeI - interface edu.duke.cs.banjo.bayesnet.BayesNetChangeI.
Documents the interface for a BayesNetChange.
BayesNetManager - class edu.duke.cs.banjo.bayesnet.BayesNetManager.
Contains the implementation of the network.
BayesNetManager(Settings) - Constructor for class edu.duke.cs.banjo.bayesnet.BayesNetManager
 
BayesNetManagerI - interface edu.duke.cs.banjo.bayesnet.BayesNetManagerI.
Documents the interface for the BayesNetManager.
BayesNetStructure - class edu.duke.cs.banjo.bayesnet.BayesNetStructure.
Stores a basic BayesNet structure (where the use of a BayesNetManager is redundant).
BayesNetStructure(BayesNetStructureI, double, long) - Constructor for class edu.duke.cs.banjo.bayesnet.BayesNetStructure
 
BayesNetStructure(EdgesWithCachedStatisticsI, double, long) - Constructor for class edu.duke.cs.banjo.bayesnet.BayesNetStructure
 
BayesNetStructureI - interface edu.duke.cs.banjo.bayesnet.BayesNetStructureI.
Documents the interface for creating a BayesNetStructure implementation.
b - Static variable in class edu.duke.cs.banjo.learner.components.Evaluator
Used in the log-gamma computation.
banjoRandomNumber - Variable in class edu.duke.cs.banjo.data.settings.Settings
 
banjoSeed - Variable in class edu.duke.cs.banjo.utility.BanjoRandomNumber
 
baseRandomSeed - Static variable in class edu.duke.cs.banjo.data.settings.Settings
 
bayesNetChange - Variable in class edu.duke.cs.banjo.bayesnet.EdgesAsArrayWithCachedStatistics
 
bayesNetChange - Variable in class edu.duke.cs.banjo.learner.components.CycleChecker
 
bayesNetChange - Variable in class edu.duke.cs.banjo.learner.components.Proposer
 
bayesNetChangeSelectLimit - Variable in class edu.duke.cs.banjo.learner.components.ProposerAllLocalMoves
 
bayesNetChangeSelectLimit - Variable in class edu.duke.cs.banjo.learner.components.ProposerRandomLocalMove
 
bayesNetManager - Variable in class edu.duke.cs.banjo.learner.Searcher
 
bayesNetManager - Variable in class edu.duke.cs.banjo.learner.components.CycleChecker
 
bayesNetManager - Variable in class edu.duke.cs.banjo.learner.components.Proposer
 
betterScoreChangeTypeTracker - Variable in class edu.duke.cs.banjo.learner.components.Decider
 

A B C D E F G H I J L M N O P R S T U V W X