Raptor
A fast and space-efficient pre-filter
|
Implements raptor::threshold::precompute_correction. More...
#include <fstream>
#include <cereal/types/vector.hpp>
#include <raptor/threshold/logspace.hpp>
#include <raptor/threshold/pascal_row.hpp>
#include <raptor/threshold/precompute_correction.hpp>
Functions | |
std::string const | raptor::threshold::correction_filename (threshold_parameters const &arguments) |
std::vector< size_t > | raptor::threshold::precompute_correction (threshold_parameters const &arguments) |
bool | raptor::threshold::read_correction (std::vector< size_t > &vec, threshold_parameters const &arguments) |
void | raptor::threshold::write_correction (std::vector< size_t > const &vec, threshold_parameters const &arguments) |
Implements raptor::threshold::precompute_correction.