#include <vector>
#include <string>
#include "TreeLikelihood.h"
#include <Bpp/Exceptions.h>
Go to the source code of this file.
|
| class | bpp::PairedSiteLikelihoods |
| | A container for paired-site likelihoods (likelihoods over the same sites for different models, especially topologies). An instance of this class is, roughly, a list of models, each of them having a name (stored in the modelNames attribute) and a set of site likelihoods (stored in the logLikelihoods attribute). More...
|
| |
|
| namespace | bpp |
| | Defines the basic types of data flow nodes.
|
| |