mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-12-22 15:06:47 +01:00
Also register MLPPLogReg into the ClassDB.
This commit is contained in:
parent
aee8a01f4e
commit
643e871b90
@ -54,6 +54,7 @@ SOFTWARE.
|
||||
#include "mlpp/mlp/mlp.h"
|
||||
#include "mlpp/multinomial_nb/multinomial_nb.h"
|
||||
#include "mlpp/mann/mann.h"
|
||||
#include "mlpp/log_reg/log_reg.h"
|
||||
|
||||
#include "test/mlpp_tests.h"
|
||||
|
||||
@ -90,6 +91,7 @@ void register_pmlpp_types(ModuleRegistrationLevel p_level) {
|
||||
ClassDB::register_class<MLPPSoftmaxNet>();
|
||||
ClassDB::register_class<MLPPMultinomialNB>();
|
||||
ClassDB::register_class<MLPPMANN>();
|
||||
ClassDB::register_class<MLPPLogReg>();
|
||||
|
||||
ClassDB::register_class<MLPPDataESimple>();
|
||||
ClassDB::register_class<MLPPDataSimple>();
|
||||
|
Loading…
Reference in New Issue
Block a user