OpenStructure
|
#include <hmm_pseudo_counts.hh>
Public Member Functions | |
ContextProfile (int length) | |
ContextProfile (int length, Real *data) | |
void | SetWeight (int pos, char olc, Real weight) |
void | SetPseudoCount (char olc, Real count) |
void | SetBias (Real bias) |
const Real * | GetWeights (int pos) const |
Real | GetWeight (int pos, char olc) |
const Real * | GetPseudoCounts () const |
Real | GetPseudoCount (char olc) |
Real | GetBias () const |
const std::vector< Real > & | GetData () const |
int | GetLength () const |
Static Public Member Functions | |
static int | DataSize (int length) |
Definition at line 32 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 36 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 39 of file hmm_pseudo_counts.hh.
|
inlinestatic |
Definition at line 103 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 97 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 99 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 101 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 88 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 86 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 74 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 67 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 65 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 56 of file hmm_pseudo_counts.hh.
|
inline |
Definition at line 44 of file hmm_pseudo_counts.hh.