weights all pathways equally More...
#include <Sequence/Unweighted.hpp>
Public Member Functions | |
| void | Calculate (const std::string &codon1, const std::string &codon2) const |
| double * | weights (void) const |
weights all pathways equally
Definition at line 62 of file Unweighted.hpp.
| void Sequence::Unweighted3::Calculate | ( | const std::string & | codon1, | |
| const std::string & | codon2 | |||
| ) | const [virtual] |
Calculate actually calculates the weights for each branch
| codon1 | a std::string of length 3 representing a sense codon | |
| codon2 | a std::string of length 3 representing a sense codon |
Implements Sequence::WeightingScheme3.
Definition at line 47 of file Unweighted.cc.
| double * Sequence::Unweighted3::weights | ( | void | ) | const [virtual] |
Implements Sequence::WeightingScheme3.
Definition at line 62 of file Unweighted.cc.
1.6.1