mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-12 13:47:18 +01:00
Register MLPPMANN into the ClassDB.
This commit is contained in:
parent
4f06fe2eed
commit
aee8a01f4e
@ -53,6 +53,7 @@ SOFTWARE.
|
||||
#include "mlpp/softmax_net/softmax_net.h"
|
||||
#include "mlpp/mlp/mlp.h"
|
||||
#include "mlpp/multinomial_nb/multinomial_nb.h"
|
||||
#include "mlpp/mann/mann.h"
|
||||
|
||||
#include "test/mlpp_tests.h"
|
||||
|
||||
@ -88,6 +89,7 @@ void register_pmlpp_types(ModuleRegistrationLevel p_level) {
|
||||
ClassDB::register_class<MLPPTanhReg>();
|
||||
ClassDB::register_class<MLPPSoftmaxNet>();
|
||||
ClassDB::register_class<MLPPMultinomialNB>();
|
||||
ClassDB::register_class<MLPPMANN>();
|
||||
|
||||
ClassDB::register_class<MLPPDataESimple>();
|
||||
ClassDB::register_class<MLPPDataSimple>();
|
||||
|
Loading…
Reference in New Issue
Block a user