Cosan  1.0
Data Analytics Library
Cosan::Search Class Reference

#include <selection.h>

Inheritance diagram for Cosan::Search:
Cosan::Selection Cosan::CosanBO 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 >

Public Member Functions

 Search ()
 
- Public Member Functions inherited from Cosan::Selection
 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 27 of file selection.h.

Constructor & Destructor Documentation

◆ Search()

Cosan::Search::Search ( )
inline

Definition at line 29 of file selection.h.

29 :Selection(){}

The documentation for this class was generated from the following file:
Cosan::Selection::Selection
Selection()
Definition: selection.h:25