![]() |
Fleet
0.0.9
Inference in the LOT
|
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"
Go to the source code of this file.
Classes | |
class | ThunkGrammarHypothesis< this_t, _HYP, datum_t, data_t, _Predict_t > |
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.