... | ... | @@ -183,13 +183,13 @@ trainQDAFN( +pointer(float_array), +integer, +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::DrusillaSearch_C++\_documentation](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1neighbor_1_1DrusillaSelect.html)
|
|
|
* [MLpack::QDAFN_C++\_documentation](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1neighbor_1_1QDAFN.html)
|
|
|
* [MLpack::Approx_KFN_Python_documentation](https://www.mlpack.org/doc/stable/python_documentation.html#approx_kfn)
|
|
|
* [**MLpack::DrusillaSearch_C++\_documentation**](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1neighbor_1_1DrusillaSelect.html)
|
|
|
* [**MLpack::QDAFN_C++\_documentation**](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1neighbor_1_1QDAFN.html)
|
|
|
* [**MLpack::Approx_KFN_Python_documentation**](https://www.mlpack.org/doc/stable/python_documentation.html#approx_kfn)
|
|
|
|
|
|
added some of the links from the python documentation
|
|
|
|
|
|
* [k-furthest-neighbor search](https://www.mlpack.org/doc/stable/kfn)
|
|
|
* [k-nearest-neighbor search](https://www.mlpack.org/doc/stable/knn)
|
|
|
* [Fast approximate furthest neighbors with data-dependent candidate selection (pdf)](http://ratml.org/pub/pdf/2016fast.pdf)
|
|
|
* [Approximate furthest neighbor in high dimensions (pdf)](https://pdfs.semanticscholar.org/a4b5/7b9cbf37201fb1d9a56c0f4eefad04669c20.pdf) |
|
|
\ No newline at end of file |
|
|
* [**kfn**](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Geometry/kfn)
|
|
|
* [**knn**](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Geometry/knn)
|
|
|
* [**Fast approximate furthest neighbors with data-dependent candidate selection (pdf)**](http://ratml.org/pub/pdf/2016fast.pdf)
|
|
|
* [**Approximate furthest neighbor in high dimensions (pdf)**](https://pdfs.semanticscholar.org/a4b5/7b9cbf37201fb1d9a56c0f4eefad04669c20.pdf) |
|
|
\ No newline at end of file |