Fleet  0.0.9
Inference in the LOT
GrammarHypotheses Directory Reference
Directory dependency graph for GrammarHypotheses:
src/Hypotheses/GrammarHypotheses

Files

file  BaseGrammarHypothesis.h [code]
 This class does grammar inference with some collection of HumanData and fixed set of hypotheses.
 
file  DeterministicGrammarHypothesis.h [code]
 Here, the hypotheses are deterministic so we don't need Preidct_t to be a DiscreteDistribution, saving space and making it much faster.
 
file  FullGrammarHypothesis.h [code]
 This class does grammar inference with some collection of HumanData and fixed set of hypotheses.
 
file  ThunkGrammarHypothesis.h [code]
 A version of a BaseGrammarHypothesis where the hypotheses are thunks (functions of no arguments). In this case we can get a lot of memory/time savings because we don't have to store predictions for each input.