#include "Core/Table/AnnotationTable.h"
Include dependency graph for AveragePrecision.h:
This graph shows which files directly or indirectly include this file:
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::AveragePrecision (T *rank, AnnotationTable *groundTruth, int topN=-1) |
Original definition of AP, i.e. | |
template<class T> | |
Real64 | Impala::Core::Table::AveragePrecisionJudged (T *rank, AnnotationTable *groundTruth, bool skipIsNegative, int topN=-1, bool apOfFoundOnly=false) |
AP on judged elements only, i.e. |