... | ... | @@ -84,13 +84,12 @@ searchNoQuery( +integer, |
|
|
|
|
|
If you want a more detailed explanation, then go to the python documentation. There is most of the time a good explanation on how the methods work and what the parameters do.
|
|
|
|
|
|
* [MLpack::knn_C++\_documentation](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1neighbor_1_1NeighborSearch.html)
|
|
|
* [MLpack::knn_Python_documentation](https://www.mlpack.org/doc/stable/python_documentation.html#knn)
|
|
|
* [**MLpack::knn_C++\_documentation**](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1neighbor_1_1NeighborSearch.html)
|
|
|
* [**MLpack::knn_Python_documentation**](https://www.mlpack.org/doc/stable/python_documentation.html#knn)
|
|
|
|
|
|
added some of the links from the python documentation
|
|
|
|
|
|
* lsh
|
|
|
* krann
|
|
|
* kfn
|
|
|
* [NeighborSearch tutorial (k-nearest-neighbors)](https://mlpack.org/doc/mlpack-git/doxygen/nstutorial.html)
|
|
|
* [Tree-independent dual-tree algorithms (pdf)](http://proceedings.mlr.press/v28/curtin13.pdf) |
|
|
\ No newline at end of file |
|
|
* [**lsh**](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Geometry/lsh)
|
|
|
* [**kfn**](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Geometry/kfn)
|
|
|
* [**NeighborSearch tutorial (k-nearest-neighbors)**](https://mlpack.org/doc/mlpack-git/doxygen/nstutorial.html)
|
|
|
* [**Tree-independent dual-tree algorithms (pdf)**](http://proceedings.mlr.press/v28/curtin13.pdf) |
|
|
\ No newline at end of file |