bpp-phyl3
3.0.0
|
Partial implementation of the WeightedSubstitutionCount interface. More...
#include <Bpp/Phyl/Mapping/WeightedSubstitutionCount.h>
Public Member Functions | |
AbstractWeightedSubstitutionCount (std::shared_ptr< const AlphabetIndex2 > weights) | |
AbstractWeightedSubstitutionCount (const AbstractWeightedSubstitutionCount &index) | |
AbstractWeightedSubstitutionCount & | operator= (const AbstractWeightedSubstitutionCount &index) |
virtual | ~AbstractWeightedSubstitutionCount () |
void | setWeights (std::shared_ptr< const AlphabetIndex2 > weights) |
bool | hasWeights () const |
std::shared_ptr< const AlphabetIndex2 > | getWeights () const |
virtual SubstitutionCountInterface * | clone () const =0 |
virtual bool | hasSubstitutionRegister () const =0 |
virtual std::shared_ptr< const SubstitutionRegisterInterface > | getSubstitutionRegister () const =0 |
virtual void | setSubstitutionRegister (std::shared_ptr< const SubstitutionRegisterInterface > reg)=0 |
virtual size_t | getNumberOfSubstitutionTypes () const |
Short cut function, equivalent to getSubstitutionRegister().getNumberOfSubstitutionTypes(). More... | |
virtual std::shared_ptr< const Alphabet > | getAlphabet () const |
Short cut function, equivalent to getSubstitutionRegister()->getAlphabet(). More... | |
virtual size_t | getNumberOfStates () const |
Short cut function, equivalent to getSubstitutionRegister()->getAlphabet()->getSize(). More... | |
virtual double | getNumberOfSubstitutions (size_t initialState, size_t finalState, double length, size_t type) const =0 |
Get the number of susbstitutions on a branch, given the initial and final states, and the branch length. More... | |
virtual std::unique_ptr< Matrix< double > > | getAllNumbersOfSubstitutions (double length, size_t type) const =0 |
Get the numbers of susbstitutions on a branch, for each initial and final states, and given the branch length. More... | |
virtual void | storeAllNumbersOfSubstitutions (double length, size_t type, Eigen::MatrixXd &mat) const =0 |
Stores the numbers of susbstitutions on a branch, for each initial and final states, and given the branch length. More... | |
virtual std::vector< double > | getNumberOfSubstitutionsPerType (size_t initialState, size_t finalState, double length) const =0 |
Get the numbers of susbstitutions on a branch for all types, for an initial and final states, given the branch length. More... | |
virtual void | setSubstitutionModel (std::shared_ptr< const SubstitutionModelInterface > model)=0 |
Set the substitution model associated with this count, if relevant. More... | |
Protected Member Functions | |
virtual void | weightsHaveChanged ()=0 |
Protected Attributes | |
std::shared_ptr< const AlphabetIndex2 > | weights_ |
Partial implementation of the WeightedSubstitutionCount interface.
Definition at line 38 of file WeightedSubstitutionCount.h.
|
inline |
Definition at line 45 of file WeightedSubstitutionCount.h.
|
inline |
Definition at line 49 of file WeightedSubstitutionCount.h.
|
inlinevirtual |
Definition at line 60 of file WeightedSubstitutionCount.h.
|
pure virtualinherited |
Implements bpp::Clonable.
Implemented in bpp::UniformizationSubstitutionCount, bpp::OneJumpSubstitutionCount, bpp::LabelSubstitutionCount, bpp::NaiveSubstitutionCount, bpp::LaplaceSubstitutionCount, and bpp::DecompositionSubstitutionCount.
Referenced by bpp::SubstitutionMappingTools::computeCounts().
|
pure virtualinherited |
Get the numbers of susbstitutions on a branch, for each initial and final states, and given the branch length.
length | The length of the branch. |
type | The type of susbstitution to count. |
Implemented in bpp::UniformizationSubstitutionCount, bpp::OneJumpSubstitutionCount, bpp::LabelSubstitutionCount, bpp::NaiveSubstitutionCount, bpp::LaplaceSubstitutionCount, and bpp::DecompositionSubstitutionCount.
|
inlinevirtualinherited |
Short cut function, equivalent to getSubstitutionRegister()->getAlphabet().
Definition at line 78 of file SubstitutionCount.h.
References bpp::SubstitutionCountInterface::getSubstitutionRegister().
|
inlinevirtualinherited |
Short cut function, equivalent to getSubstitutionRegister()->getAlphabet()->getSize().
Definition at line 85 of file SubstitutionCount.h.
References bpp::SubstitutionCountInterface::getSubstitutionRegister().
|
pure virtualinherited |
Get the number of susbstitutions on a branch, given the initial and final states, and the branch length.
initialState | The initial state. |
finalState | The final state. |
length | The length of the branch. |
type | The type of substitution to count. |
Implemented in bpp::UniformizationSubstitutionCount, bpp::OneJumpSubstitutionCount, bpp::LabelSubstitutionCount, bpp::NaiveSubstitutionCount, bpp::LaplaceSubstitutionCount, and bpp::DecompositionSubstitutionCount.
|
pure virtualinherited |
Get the numbers of susbstitutions on a branch for all types, for an initial and final states, given the branch length.
initialState | The initial state. |
finalState | The final state. |
length | The length of the branch. |
Implemented in bpp::UniformizationSubstitutionCount, bpp::OneJumpSubstitutionCount, bpp::LabelSubstitutionCount, bpp::NaiveSubstitutionCount, bpp::LaplaceSubstitutionCount, and bpp::DecompositionSubstitutionCount.
|
inlinevirtualinherited |
Short cut function, equivalent to getSubstitutionRegister().getNumberOfSubstitutionTypes().
Definition at line 71 of file SubstitutionCount.h.
References bpp::SubstitutionCountInterface::getSubstitutionRegister().
Referenced by bpp::SubstitutionMappingTools::computeCounts(), bpp::DecompositionSubstitutionCount::getNumberOfSubstitutionsPerType(), bpp::NaiveSubstitutionCount::getNumberOfSubstitutionsPerType(), and bpp::UniformizationSubstitutionCount::getNumberOfSubstitutionsPerType().
|
pure virtualinherited |
Implemented in bpp::AbstractSubstitutionCount.
Referenced by bpp::SubstitutionCountInterface::getAlphabet(), bpp::SubstitutionCountInterface::getNumberOfStates(), and bpp::SubstitutionCountInterface::getNumberOfSubstitutionTypes().
|
inlinevirtual |
Implements bpp::WeightedSubstitutionCount.
Definition at line 66 of file WeightedSubstitutionCount.h.
References weights_.
|
pure virtualinherited |
Implemented in bpp::AbstractSubstitutionCount.
|
inlinevirtual |
Implements bpp::WeightedSubstitutionCount.
Definition at line 65 of file WeightedSubstitutionCount.h.
References weights_.
|
inline |
Definition at line 53 of file WeightedSubstitutionCount.h.
References weights_.
Referenced by bpp::DecompositionSubstitutionCount::operator=(), and bpp::UniformizationSubstitutionCount::operator=().
|
pure virtualinherited |
Set the substitution model associated with this count, if relevant.
model | The substitution model to use with this count. |
Implemented in bpp::UniformizationSubstitutionCount, bpp::OneJumpSubstitutionCount, bpp::LabelSubstitutionCount, bpp::NaiveSubstitutionCount, bpp::LaplaceSubstitutionCount, and bpp::DecompositionSubstitutionCount.
|
pure virtualinherited |
reg | The new SubstitutionRegister object to be associated to this instance. The register contains the description of the various substitutions types that are mapped. |
Implemented in bpp::OneJumpSubstitutionCount, bpp::LabelSubstitutionCount, bpp::LaplaceSubstitutionCount, and bpp::AbstractSubstitutionCount.
|
virtual |
Implements bpp::WeightedSubstitutionCount.
Definition at line 9 of file WeightedSubstitutionCount.cpp.
References weights_, and weightsHaveChanged().
|
pure virtualinherited |
Stores the numbers of susbstitutions on a branch, for each initial and final states, and given the branch length.
length | The length of the branch. |
type | The type of susbstitution to count. |
mat | The matrix filled with all numbers of substitutions for each initial and final states. |
Implemented in bpp::UniformizationSubstitutionCount, bpp::OneJumpSubstitutionCount, bpp::LabelSubstitutionCount, bpp::NaiveSubstitutionCount, bpp::LaplaceSubstitutionCount, and bpp::DecompositionSubstitutionCount.
|
protectedpure virtual |
Implemented in bpp::UniformizationSubstitutionCount, bpp::NaiveSubstitutionCount, and bpp::DecompositionSubstitutionCount.
Referenced by setWeights().
|
protected |
Definition at line 42 of file WeightedSubstitutionCount.h.
Referenced by bpp::DecompositionSubstitutionCount::computeCounts_(), bpp::UniformizationSubstitutionCount::computeCounts_(), bpp::NaiveSubstitutionCount::getNumberOfSubstitutions(), getWeights(), hasWeights(), operator=(), setWeights(), bpp::DecompositionSubstitutionCount::weightsHaveChanged(), and bpp::UniformizationSubstitutionCount::weightsHaveChanged().