#include "Core/Table/AnnotationTable.h"
#include "Core/Table/SimilarityTableSet.h"
Include dependency graph for AveragePrecisionSpeedup.h:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Table |
Functions | |
template<class T> | |
Real64 | Impala::Core::Table::AveragePrecisionSpeedup (T *rank, AnnotationTable *groundTruth, int topN=-1) |
template<class T> | |
Real64 | Impala::Core::Table::AveragePrecisionJudgedSpeedup (T *rank, AnnotationTable *groundTruth, bool skipIsNegative, int topN=-1, bool apOfFoundOnly=false) |
AP on judged elements only, i.e. | |
template<class T> | |
void | Impala::Core::Table::DumpSimilarityAndTruthData (FILE *fp, T *rank, Core::Table::SimilarityTableSet::SimTableType *sim, AnnotationTable *groundTruth, Core::Table::QuidTable *qTable, int topN=-1) |