Beispiel #1
0
string MtxLP::getName() const{
    return get_prob_name();
}
Probability2DFactor::Probability2DFactor(kernel::Model *m,const kernel::ParticleIndexPair &pis,
                                     StatesTable *pst, boost::shared_array<FP> &log_probability):
  Factor(m, kernel::ParticleIndexes(pis.begin(), pis.end()),
         pst, get_prob_name(pis)), log_probability_(log_probability),pis_(pis),pst_(pst) {
}