Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Trec::SearchResult Class Reference

#include <SearchResult.h>

Collaboration diagram for Impala::Core::Trec::SearchResult:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SearchResult ()
 SearchResult (std::string fileName)
 SearchResult (std::string topic, std::vector< std::string > shots)
void Load (std::string fileName)
void Load (std::string topic, std::vector< std::string > shots)
void Judge (SearchJudge *theJudge, bool verbose=false)
double GetAveragePrecision ()
int NrElements ()
std::string GetShot (int idx)
int GetJudgement (int idx)
int GetHits (int idx)
double GetPrecision (int idx)
std::string Describe (int idx)

Private Attributes

std::string mTopic
std::vector< std::string > mShot
std::vector< int > mJudgement
std::vector< int > mHits
std::vector< double > mPrecision
double mAp

Detailed Description

Definition at line 14 of file SearchResult.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:25:37 2010 for ImpalaSrc by  doxygen 1.5.1