|
Cosan
1.0
Data Analytics Library
|
#include <randomgridsearch.h>
Public Member Functions | |
| RandomGridSearchMultiParallel ()=delete | |
| RandomGridSearchMultiParallel (CosanData< NumericType > &CRD, Model &estimator, Metric &metric, Split &split, const std::vector< std::vector< NumericType >> ¶mGrid, long unsigned int nsamples=100, int nthreads=-1) | |
| 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 | |
| std::vector< NumericType > | bestParam |
Definition at line 134 of file randomgridsearch.h.
|
delete |
|
inline |
Definition at line 137 of file randomgridsearch.h.
|
inline |
Definition at line 162 of file randomgridsearch.h.
|
private |
Definition at line 165 of file randomgridsearch.h.