35#ifndef STK_STAT_CONFUSIONMATRIX_H
36#define STK_STAT_CONFUSIONMATRIX_H
49template <
class TrueArray,
class PredArray>
86template <
class TrueArray,
class PredArray>
#define STKRUNTIME_ERROR_NO_ARG(Where, Error)
In this file we define and implement the Factor class.
#define STK_STATIC_ASSERT_ONE_DIMENSION_ONLY(EXPR)
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Class computing the confusion matrix given two vectors of integer.
TrueArray const & trueClass_
PredArray const & predictClass_
ConfusionMatrix(TrueArray const &trueClass, PredArray const &predictClass)
default constructor
CSquareXi confusionMatrix(TrueArray const &trueClass, PredArray const &predictClass)
Utility function computing the confusion matrix given two vectors of integer.
hidden::FunctorTraits< Derived, MaxOp >::Row max(Derived const &A)
Compute the maximal(s) value(s) of A.
hidden::FunctorTraits< Derived, MinOp >::Row min(Derived const &A)
Compute the minimal(s) value(s) of A.
The namespace STK is the main domain space of the Statistical ToolKit project.
TRange< UnknownSize > Range