Static Public Member Functions | |
static void | processCandidates (const Chromo &chromo, std::vector< Candidates > &candBwers, std::vector< Rtbwers > &prevBwers, std::vector< Rtbwers > ¤tBwers) |
Using the rulebase defined by the given chromosome, process the candidates given in candBwers, update the prevBwers vector and compute the currentBwers vector. | |
static void | processCandidates (const Chromo &chromo, std::vector< Candidates > &candBwers, std::vector< Rtbwers > &prevBwers, std::vector< Rtbwers > ¤tBwers, const std::string &outputDir, int vol) |
Using the rulebase defined by the given chromosome, process the candidates given in candBwers, update the prevBwers vector and compute the currentBwers vector. |
static void bwer::Rulebase::processCandidates | ( | const Chromo & | chromo, | |
std::vector< Candidates > & | candBwers, | |||
std::vector< Rtbwers > & | prevBwers, | |||
std::vector< Rtbwers > & | currentBwers, | |||
const std::string & | outputDir, | |||
int | vol | |||
) | [static] |
Using the rulebase defined by the given chromosome, process the candidates given in candBwers, update the prevBwers vector and compute the currentBwers vector.
The output BWERS are written using Rtbwers::print to the output directory specified.
static void bwer::Rulebase::processCandidates | ( | const Chromo & | chromo, | |
std::vector< Candidates > & | candBwers, | |||
std::vector< Rtbwers > & | prevBwers, | |||
std::vector< Rtbwers > & | currentBwers | |||
) | [static] |
Using the rulebase defined by the given chromosome, process the candidates given in candBwers, update the prevBwers vector and compute the currentBwers vector.