SqueezeBrains SDK 1.18
|
SVL parameters that configure the Shallow Learning training, it wraps the sb_t_svl_sl_par structure More...
#include <cs_par.h>
Data Fields | |
float | goodness_target |
Goodness target of the training. More... | |
String | features |
List of the features among which SVL will choose the best features. More... | |
SbSvlParOptimizationMode | optimization_mode |
Optimization mode. More... | |
int | auto_levels |
Enable the automatic surface levels training. More... | |
SVL parameters that configure the Shallow Learning training, it wraps the sb_t_svl_sl_par structure
int sb_cs::SbSvlSlPar::auto_levels |
Enable the automatic surface levels training.
String sb_cs::SbSvlSlPar::features |
List of the features among which SVL will choose the best features.
float sb_cs::SbSvlSlPar::goodness_target |
Goodness target of the training.
SbSvlParOptimizationMode sb_cs::SbSvlSlPar::optimization_mode |
Optimization mode.