#include <CachedCallHypothesis.h>
template<typename this_t, typename datum_t, typename output_t>
class CachedCallHypothesis< this_t, datum_t, output_t >
- Author
- Steven Piantadosi
- Date
- 20/10/21
◆ CachedCallHypothesis()
template<typename this_t, typename datum_t, typename output_t>
◆ cached_call()
template<typename this_t, typename datum_t, typename output_t>
void CachedCallHypothesis< this_t, datum_t, output_t >::cached_call |
( |
const std::vector< datum_t > & |
data, |
|
|
bool |
break_on_error = true |
|
) |
| |
|
inline |
◆ cached_call_wrapper()
template<typename this_t, typename datum_t, typename output_t>
virtual output_t CachedCallHypothesis< this_t, datum_t, output_t >::cached_call_wrapper |
( |
const datum_t & |
di | ) |
|
|
inlinevirtual |
This is how we access the data before calling – needed to say how this interfaces with the data.
- Parameters
-
- Returns
Reimplemented in InnerHypothesis, and InnerHypothesis.
◆ clear_cache()
template<typename this_t, typename datum_t, typename output_t>
◆ cache
template<typename this_t, typename datum_t, typename output_t>
◆ got_error
template<typename this_t, typename datum_t, typename output_t>
The documentation for this class was generated from the following file: