#include "Core/Table/AnnotationTable.h"
Include dependency graph for AveragePrecisionConfusion.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::AveragePrecisionConfusion (T *rank, AnnotationTable **annotations, int tc, int nClasses, int topN=-1) |
Calculates a confusion matrix based on the AP. | |
template<class T> | |
Real64 * | Impala::Core::Table::AveragePrecisionJudgedConfusion (T *rank, AnnotationTable **annotations, int tc, int nClasses, int topN=-1, bool apOfFoundOnly=false) |
Calculates a confusion matrix based on the AP. |