Cosan  1.0
Data Analytics Library
Cosan::Selection Class Reference

#include <selection.h>

Inheritance diagram for Cosan::Selection:
Cosan::CosanBO Cosan::Search Cosan::Splitter Cosan::GridSearch< NumericType, Model, Metric, Split > Cosan::GridSearchMulti< NumericType, Model, Metric, Split > Cosan::GridSearchMultiParallel< NumericType, Model, Metric, Split > Cosan::GridSearchParallel< NumericType, Model, Metric, Split > Cosan::RandomGridSearch< NumericType, Model, Metric, Split, typename > Cosan::RandomGridSearchMulti< NumericType, Model, Metric, Split, typename > Cosan::RandomGridSearchMultiParallel< NumericType, Model, Metric, Split, typename > Cosan::RandomGridSearchParallel< NumericType, Model, Metric, Split, typename > Cosan::KFold Cosan::KFoldParallel Cosan::RandomKFold Cosan::RandomKFoldParallel Cosan::TimeSeriesSplit Cosan::TimeSeriesSplitParallel

Public Member Functions

 Selection ()
 
- 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 23 of file selection.h.

Constructor & Destructor Documentation

◆ Selection()

Cosan::Selection::Selection ( )
inline

Definition at line 25 of file selection.h.

25 :CosanBO(){}

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