#include <Score.h>
Public Member Functions | |
| Score () | |
| Score (const boost::shared_ptr< list< ScoredWord > > &ptScoredList, double dListScore) | |
| std::string | str (bool withScoredWords=false) const |
Public Attributes | |
| boost::shared_ptr< std::list< ScoredWord > > | m_ptScoredList |
| double | m_dListScore |
| Bayes::Score::Score | ( | ) | [inline] |
The default constructor creates an empty Score
| Bayes::Score::Score | ( | const boost::shared_ptr< list< ScoredWord > > & | ptScoredList, | |
| double | dListScore | |||
| ) | [inline] |
| string Bayes::Score::str | ( | bool | withScoredWords = false |
) | const |
| boost::shared_ptr<std::list<ScoredWord> > Bayes::Score::m_ptScoredList |
the list of tokens that were used to create the actual Score
| double Bayes::Score::m_dListScore |
the weighted score of the complete list
1.5.1