5 #ifndef BPP_PHYL_MODEL_PROTEIN_COALACORE_H
6 #define BPP_PHYL_MODEL_PROTEIN_COALACORE_H
This class is the core class inherited by the Coala class. COaLA is a branch-heterogeneous amino-acid...
std::vector< double > colWeights_
const std::vector< double > & getColumnWeights() const
ParameterList paramValues_
const RowMatrix< double > & getTppalAxesMatrix() const
size_t getNbrOfAxes() const
CoalaCore(size_t nbAxes=0)
std::vector< double > prodMatrixVector(RowMatrix< double > &P, std::vector< double > &V)
const RowMatrix< double > & getRowCoordinates() const
CoalaCore * clone() const
ParameterList computeCOA(const SequenceDataInterface &data, double pseudoCount=0, bool param=true)
Comoute COA from data and return the axis position parameters.
Defines the basic types of data flow nodes.