Update Home authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
......@@ -12,10 +12,10 @@ In the project they can be found under :
## Classification
* [x] [Adaboost](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/adaboost#adaboost)
* [x] Adaboost
* [ ] Decision_Stump
* [x] [Decision_Tree](/PrologMethods/decision_tree)
* [x] [Hoeffding_Tree](/PrologMethods/hoeffding_tree)
* [x] Decision_Tree
* [x] Hoeffding_Tree
* [x] Linear_SVM
* [x] Logistic_Regression
* [x] NBC
......@@ -25,22 +25,22 @@ In the project they can be found under :
## Regression
* [x] [Bayesian_Linear_Regression](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/bayesian_linear_regression)
* [x] Bayesian_Linear_Regression
* [x] Lars
* [x] Linear_Regression
## Clustering
* [x] [DBScan](/PrologMethods/dbscan)
* [x] DBScan
* [ ] GMM
* [x] KMeans
* [x] Mean_Shift
## Geometry
* [x] [Approx_KFN](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/approx_kfn)
* [x] [EMST](/PrologMethods/emst)
* [x] [FastMKS](/PrologMethods/fastmks)
* [x] Approx_KFN
* [x] EMST
* [x] FastMKS
* [x] LSH
* [x] KNN
* [x] KFN
......@@ -60,12 +60,12 @@ In the project they can be found under :
* [ ] CF
* [ ] DET
* [ ] HMM
* [x] [KDE](/PrologMethods/kde)
* [x] KDE
* [x] NMF
## Transformation
* [x] [Kernel_PCA](/PrologMethods/kernel_pca)
* [x] Kernel_PCA
* [x] LMNN
* [x] Local_Coordinate_Coding
* [x] NCA
......
......