Chopper
|
#include <cinttypes>
#include <iosfwd>
#include <string>
#include <utility>
#include <vector>
#include <chopper/configuration.hpp>
#include <hibf/sketch/hyperloglog.hpp>
Go to the source code of this file.
Namespaces | |
namespace | chopper |
namespace | chopper::sketch |
Functions | |
void | chopper::sketch::write_count_file_line (std::pair< std::string, std::vector< std::string > > const &cluster, uint64_t const weight, std::ofstream &fout) |
void | chopper::sketch::write_sketch_file (std::string const &filename, seqan::hibf::sketch::hyperloglog const &sketch, configuration const &config) |