|
Cosan
1.0
Data Analytics Library
|
R2 square. More...
#include <CosanMetric.h>
Public Member Functions | |
| R2Score () | |
| R2Score (const CosanMatrix< NumericType > &yPredict, const CosanMatrix< NumericType > &yTrue) | |
| NumericType | GetError (const CosanMatrix< NumericType > &yPredict, const CosanMatrix< NumericType > &yTrue) override |
Public Member Functions inherited from Cosan::CosanMetric< NumericType > | |
| CosanMetric () | |
| CosanMetric (const CosanMatrix< NumericType > &yPredict, const CosanMatrix< NumericType > &yTrue) | |
| void | setAttr (const CosanMatrix< NumericType > &yPredict, const CosanMatrix< NumericType > &yTrue) |
Public Member Functions inherited from Cosan::Evaluation | |
| Evaluation () | |
Public Member Functions inherited from Cosan::CosanBO | |
| CosanBO () | |
| Default constructor. More... | |
| virtual const std::string | GetName () const |
| Get the name of the objects. More... | |
Additional Inherited Members | |
Public Attributes inherited from Cosan::CosanMetric< NumericType > | |
| NumericType | error |
R2 square.
Definition at line 152 of file CosanMetric.h.
|
inline |
Definition at line 154 of file CosanMetric.h.
|
inline |
Definition at line 156 of file CosanMetric.h.
|
inlineoverridevirtual |
Reimplemented from Cosan::CosanMetric< NumericType >.
Definition at line 160 of file CosanMetric.h.