Update Home authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
...@@ -14,8 +14,8 @@ In the project they can be found under : ...@@ -14,8 +14,8 @@ In the project they can be found under :
* [x] [Adaboost](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/adaboost#adaboost) * [x] [Adaboost](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/adaboost#adaboost)
* [ ] Decision_Stump * [ ] Decision_Stump
* [x] Decision_Tree * [x] [Decision_Tree](/PrologMethods/decision_tree)
* [x] Hoeffding_Tree * [x] [Hoeffding_Tree](/PrologMethods/hoeffding_tree)
* [x] Linear_SVM * [x] Linear_SVM
* [x] Logistic_Regression * [x] Logistic_Regression
* [x] NBC * [x] NBC
...@@ -31,7 +31,7 @@ In the project they can be found under : ...@@ -31,7 +31,7 @@ In the project they can be found under :
## Clustering ## Clustering
* [x] DBScan * [x] [DBScan](/PrologMethods/dbscan)
* [ ] GMM * [ ] GMM
* [x] KMeans * [x] KMeans
* [x] Mean_Shift * [x] Mean_Shift
...@@ -39,8 +39,8 @@ In the project they can be found under : ...@@ -39,8 +39,8 @@ In the project they can be found under :
## Geometry ## Geometry
* [x] [Approx_KFN](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/approx_knf) * [x] [Approx_KFN](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/approx_knf)
* [x] EMST * [x] [EMST](/PrologMethods/emst)
* [x] FastMKS * [x] [FastMKS](/PrologMethods/fastmks)
* [x] LSH * [x] LSH
* [x] KNN * [x] KNN
* [x] KFN * [x] KFN
...@@ -48,24 +48,24 @@ In the project they can be found under : ...@@ -48,24 +48,24 @@ In the project they can be found under :
## Preproccessing ## Preproccessing
* [ ] <span dir="">Preproccess_Split</span> * [ ] Preproccess_Split
* [ ] <span dir="">Preproccess_Binarize</span> * [ ] Preproccess_Binarize
* [ ] <span dir="">Preproccess_Describe</span> * [ ] Preproccess_Describe
* [ ] <span dir="">Preproccess_Scale</span> * [ ] Preproccess_Scale
* [ ] <span dir="">Preproccess_One_Hot_Encoding</span> * [ ] Preproccess_One_Hot_Encoding
* [ ] <span dir="">Image_Converter</span> * [ ] Image_Converter
## Misc. /other ## Misc. /other
* [ ] CF * [ ] CF
* [ ] DET * [ ] DET
* [ ] HMM * [ ] HMM
* [x] KDE * [x] [KDE](/PrologMethods/kde)
* [x] NMF * [x] NMF
## Transformation ## Transformation
* [x] Kernel_PCA * [x] [Kernel_PCA](/PrologMethods/kernel_pca)
* [x] LMNN * [x] LMNN
* [x] Local_Coordinate_Coding * [x] Local_Coordinate_Coding
* [x] NCA * [x] NCA
... ...
......