Cosan  1.0
Data Analytics Library
Cosan::Evaluation Class Reference

#include <evaluation.h>

Inheritance diagram for Cosan::Evaluation:
Cosan::CosanBO Cosan::CosanMetric< NumericType > Cosan::SummaryStatistics< NumericType > Cosan::MaxError< NumericType > Cosan::MeanAbsError< NumericType > Cosan::MeanSquareError< NumericType > Cosan::R2Score< NumericType >

Public Member Functions

 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...
 

Detailed Description

Definition at line 11 of file evaluation.h.

Constructor & Destructor Documentation

◆ Evaluation()

Cosan::Evaluation::Evaluation ( )
inline

Definition at line 13 of file evaluation.h.

13 :CosanBO(){}

The documentation for this class was generated from the following file:
Cosan::CosanBO::CosanBO
CosanBO()
Default constructor.
Definition: CosanBO.h:67