STK++ 0.9.13
STK_Stat_ConfusionMatrix.h File Reference

This file contain the function confusionMatrix. More...

#include "STK_Stat_Factor.h"
Include dependency graph for STK_Stat_ConfusionMatrix.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file contain the function confusionMatrix.

Definition in file STK_Stat_ConfusionMatrix.h.