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