Cosan  1.0
Data Analytics Library
Cosan::CosanBO Class Reference

Cosan Base Object. More...

#include <CosanBO.h>

Inheritance diagram for Cosan::CosanBO:
Cosan::CosanModel Cosan::CosanRawData< NumericType > Cosan::Evaluation Cosan::Preprocessor< NumericType > Cosan::Selection Cosan::CosanLinearModel< NumericType > Cosan::CosanData< NumericType > Cosan::CosanMetric< NumericType > Cosan::SummaryStatistics< NumericType > Cosan::CustomTransform< NumericType > Cosan::Encoder< NumericType > Cosan::MinmaxScaler< NumericType > Cosan::MissingValues< NumericType > Cosan::Normalizer< NumericType > Cosan::OverUnderFlow< NumericType > Cosan::PolynomialFeatures< NumericType > Cosan::PrincipalComponentAnalysis< NumericType > Cosan::StandardScaler< NumericType > Cosan::Search Cosan::Splitter

Public Member Functions

 CosanBO ()
 Default constructor. More...
 
virtual const std::string GetName () const
 Get the name of the objects. More...
 

Detailed Description

Cosan Base Object.

: Description: Base object CosanBO which all other Cosan objects inherited from.

Definition at line 61 of file CosanBO.h.

Constructor & Destructor Documentation

◆ CosanBO()

Cosan::CosanBO::CosanBO ( )
inline

Default constructor.

Definition at line 67 of file CosanBO.h.

67  {
68  }

Member Function Documentation

◆ GetName()

virtual const std::string Cosan::CosanBO::GetName ( ) const
inlinevirtual

Get the name of the objects.

Description: Get the name of the object. It should return "Abstract Object"

Reimplemented in Cosan::CosanRidgeRegression< NumericType >, Cosan::CosanPrincipalComponentRegression< NumericType >, Cosan::CosanPCRRidge< NumericType >, Cosan::CosanLinearRegression< NumericType >, Cosan::CosanLinearModel< NumericType >, Cosan::CosanData< NumericType >, and Cosan::CosanRawData< NumericType >.

Definition at line 77 of file CosanBO.h.

77  {
78  return "Abstract Object";}

The documentation for this class was generated from the following file: