Fleet  0.0.9
Inference in the LOT
Classes
ThunkGrammarHypothesis.h File Reference

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. More...

#include "BaseGrammarHypothesis.h"
Include dependency graph for ThunkGrammarHypothesis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThunkGrammarHypothesis< this_t, _HYP, datum_t, data_t, _Predict_t >
 

Detailed Description

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.