File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 2
2
#ifndef ML_H
3
3
#define ML_H
4
4
5
- #include " tree/DecisionTreeClassifier.hpp"
6
- #include " tree/DecisionTreeRegressor.hpp"
7
- #include " tree/RandomForestClassifier.hpp"
8
- #include " tree/RandomForestRegressor.hpp"
9
- #include " regression/PolynomialRegression.hpp"
10
- #include " regression/MultiLinearRegression.hpp"
11
- #include " neural_network/ANN.hpp"
12
- #include " neural_network/CNN.hpp"
13
- #include " clustering/KMeans.hpp"
14
- #include " association/Apriori.hpp"
15
- #include " association/Eclat.hpp"
5
+ #include " ./tree/DecisionTreeClassifier.hpp"
6
+ #include " ./tree/DecisionTreeRegressor.hpp"
7
+ #include " ./tree/RandomForestClassifier.hpp"
8
+ #include " ./tree/RandomForestRegressor.hpp"
9
+ #include " ./regression/PolynomialRegression.hpp"
10
+ #include " ./regression/MultiLinearRegression.hpp"
11
+ #include " ./neural_network/ANN.hpp"
12
+ #include " ./neural_network/CNN.hpp"
13
+ #include " ./clustering/KMeans.hpp"
14
+ #include " ./association/Apriori.hpp"
15
+ #include " ./association/Eclat.hpp"
16
+
17
+ /* *
18
+ * @file ml.hpp
19
+ * @brief A header to connect all the Algoritm header paths.
20
+ */
16
21
17
22
#endif // ML_H
You can’t perform that action at this time.
0 commit comments