#include "../global.h"
#include "../util/serialization/basics.h"
#include <limits>
#include <typeinfo>
#include <utility>
#include <vector>
#include "../types.h"
#include "../util/desk.h"
#include "../util/storage.h"
#include "./idecider.h"
Go to the source code of this file.
|
class | forpy::FastDecider |
| A classifier manager for weak classifiers with a filter function, a feature calculation function and a thresholding. More...
|
|
◆ FORPY_DECIDERS_FASTDECIDER_H_
#define FORPY_DECIDERS_FASTDECIDER_H_ |
◆ CEREAL_REGISTER_TYPE()