STK++ 0.9.13
|
This file contain the function confusionMatrix. More...
#include "STK_Stat_Factor.h"
Go to the source code of this file.
Classes | |
class | STK::Stat::ConfusionMatrix< TrueArray, PredArray > |
Class computing the confusion matrix given two vectors of integer. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Stat |
this is the namespace for the statistical treatment. | |
Functions | |
template<class TrueArray , class PredArray > | |
CSquareXi | STK::Stat::confusionMatrix (TrueArray const &trueClass, PredArray const &predictClass) |
Utility function computing the confusion matrix given two vectors of integer. | |
This file contain the function confusionMatrix.
Definition in file STK_Stat_ConfusionMatrix.h.