Perform factor reduction as a modular step
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Thu, 25 Mar 2010 21:33:52 +0000 (17:33 -0400)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Wed, 7 Apr 2010 16:11:38 +0000 (12:11 -0400)
commitb2da0724a95cdb911c07640268b65bd9c5b92010
treefbe4606626b48b1d6f0307c4192826841209c9f1
parent0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2
Perform factor reduction as a modular step

Adds a fourth step of modular processing. After event processing, matching and
analysis are completed, factor reduction is performed through a module. At the
moment there is only one such module, the accuracy-based factor reduction that
was already present, but new modules can be added and selected through a
command line option.

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
17 files changed:
lttv/lttv/Makefile.am
lttv/lttv/sync/Makefile.am
lttv/lttv/sync/README
lttv/lttv/sync/data_structures.c
lttv/lttv/sync/data_structures.h
lttv/lttv/sync/event_analysis_chull.c
lttv/lttv/sync/event_analysis_eval.c
lttv/lttv/sync/event_matching_distributor.c
lttv/lttv/sync/event_processing_text.c
lttv/lttv/sync/factor_reduction.h [new file with mode: 0644]
lttv/lttv/sync/factor_reduction_accuracy.c [new file with mode: 0644]
lttv/lttv/sync/factor_reduction_accuracy.h [new file with mode: 0644]
lttv/lttv/sync/sync_chain.c
lttv/lttv/sync/sync_chain.h
lttv/lttv/sync/sync_chain_lttv.c
lttv/lttv/sync/sync_chain_unittest.c
lttv/modules/text/sync_chain_batch.c
This page took 0.025748 seconds and 4 git commands to generate.