#include <Common/VerifyBench.h>
|
static bool | test (Result &joinResult, RelationCouple &relationCouple, size_t threads=THREAD_NUMBER, size_t windowLen=WINDOW_SIZE, size_t slideLen=WINDOW_SIZE) |
|
template<class wsType = AbstractEagerWS>
class INTELLI::VerifyBench< wsType >
- Template Parameters
-
wsType | The class of window slider you want to test |
◆ test()
template<class wsType = AbstractEagerWS>
static bool INTELLI::VerifyBench< wsType >::test |
( |
Result & |
joinResult, |
|
|
RelationCouple & |
relationCouple, |
|
|
size_t |
threads = THREAD_NUMBER , |
|
|
size_t |
windowLen = WINDOW_SIZE , |
|
|
size_t |
slideLen = WINDOW_SIZE |
|
) |
| |
|
inlinestatic |
- Parameters
-
joinResult | The detailed result you want to collect |
relationCouple | The input data of relationCouple |
threads | The parallel threads, default THREAD_NUMBER |
windowLen | The length of sliding window, default WINDOW_SIZE |
slideLen | The slide of window, default WINDOW_SIZE |
- Returns
- bool, to indicate whether the verification can pass.
The documentation for this class was generated from the following file: