vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <string>
#include <sstream>
#include <subcommand.hpp>
#include "../alignment.hpp"
#include "../vg.hpp"
#include <vg/io/stream.hpp>
#include <vowpalwabbit/vw.h>
Functions | |
void | help_recalibrate (char **argv) |
string | alignment_to_example_string (const Alignment &aln, bool train) |
int | main_recalibrate (int argc, char **argv) |
string alignment_to_example_string | ( | const Alignment & | aln, |
bool | train | ||
) |
Turn an Alignment into a Vowpal Wabbit format example line. If train is true, give it a label so that VW will train on it. If train is false, do not label the data.
void help_recalibrate | ( | char ** | argv | ) |
int main_recalibrate | ( | int | argc, |
char ** | argv | ||
) |