|
Cosan
1.0
Data Analytics Library
|
#include <randomgridsearch.h>
Public Member Functions | |
| RandomGridSearch ()=delete | |
| RandomGridSearch (CosanData< NumericType > &CRD, Model &estimator, Metric &metric, Split &split, const std::vector< NumericType > ¶mGrid, long unsigned int nsamples=100) | |
| auto | GetBestParams () |
Public Member Functions inherited from Cosan::Search | |
| 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... | |
Private Attributes | |
| NumericType | bestParam |
Definition at line 16 of file randomgridsearch.h.
|
delete |
|
inline |
Definition at line 19 of file randomgridsearch.h.
|
inline |
Definition at line 43 of file randomgridsearch.h.
|
private |
Definition at line 46 of file randomgridsearch.h.