#include <conifer.h>
Public Member Functions | |
std::vector< double > | _decision_function_double (std::vector< double > x) const |
BDT (std::string filename) | |
std::vector< U > | decision_function (std::vector< T > x) const |
NLOHMANN_DEFINE_TYPE_INTRUSIVE (BDT, n_classes, n_trees, n_features, init_predict, trees) | |
Private Attributes | |
OpAdd< U > | add |
std::vector< double > | init_predict |
std::vector< U > | init_predict_ |
unsigned int | n_classes |
unsigned int | n_features |
unsigned int | n_trees |
std::vector< std::vector< DecisionTree< T, U > > > | trees |
|
inline |
Definition at line 102 of file conifer.h.
|
inline |
Definition at line 152 of file conifer.h.
|
inline |
Definition at line 120 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::_decision_function_double().
conifer::BDT< T, U, useAddTree >::NLOHMANN_DEFINE_TYPE_INTRUSIVE | ( | BDT< T, U, useAddTree > | , |
n_classes | , | ||
n_trees | , | ||
n_features | , | ||
init_predict | , | ||
trees | |||
) |
|
private |
Definition at line 96 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::decision_function(), counter.Counter::register(), SequenceTypes._TaskBase::remove(), and SequenceTypes._TaskBase::replace().
|
private |
Definition at line 92 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::BDT().
|
private |
Definition at line 93 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::BDT(), and conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::decision_function().
|
private |
Definition at line 89 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::BDT(), and conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::decision_function().
|
private |
Definition at line 91 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::decision_function().
|
private |
Definition at line 90 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::BDT().
|
private |
Definition at line 95 of file conifer.h.
Referenced by conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::BDT(), and conifer::BDT< bdt_feature_t, ap_fixed< 12, 3, AP_RND_CONV, AP_SAT >, false >::decision_function().