1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Container Library Unit-testing
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_INTELLIGENCE_ANN_TEST_H
14 #define EXTL_INTELLIGENCE_ANN_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
20 #include "xor_tester.h"
21 #include "and_tester.h"
22 #include "not_tester.h"
23 #include "sin_tester.h"
25 #ifdef EXTL_INTELLIGENCE_ANN_NETWORK_SUPPORT
27 # ifdef EXTL_INTELLIGENCE_ANN_BP_NETWORK_TEST_ENABLE
28 # include "bp_network_test.h"
31 # ifdef EXTL_INTELLIGENCE_ANN_PERCEPTRON_NETWORK_TEST_ENABLE
32 # include "perceptron_network_test.h"
35 # ifdef EXTL_INTELLIGENCE_ANN_WGA_NETWORK_TEST_ENABLE
36 # include "wga_network_test.h"
39 # ifdef EXTL_INTELLIGENCE_ANN_BAGGING_NETWORKS_TEST_ENABLE
40 # include "bagging_networks_test.h"
43 # ifdef EXTL_INTELLIGENCE_ANN_ADA_BOOSTING_NETWORKS_TEST_ENABLE
44 # include "ada_boosting_2_networks_test.h"
45 # include "ada_boosting_n_networks_test.h"
48 # ifdef EXTL_INTELLIGENCE_ANN_PCA_NETWORK_TEST_ENABLE
49 # include "pca_network_test.h"
52 # ifdef EXTL_INTELLIGENCE_ANN_PCA_MIXED_NETWORK_TEST_ENABLE
53 # include "pca_mixed_network_test.h"
57 /* //////////////////////////////////////////////////////////////////// */
58 #endif /* EXTL_INTELLIGENCE_ANN_TEST_H */
59 /* //////////////////////////////////////////////////////////////////// */