Update lmnn authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
......@@ -51,11 +51,11 @@ lmnn( +string,
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::lmnn_C++\_documentation](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1lmnn_1_1LMNN.html)
* [MLpack::lmnn_Python_documentation](https://www.mlpack.org/doc/stable/python_documentation.html#lmnn)
* [**MLpack::lmnn_C++\_documentation**](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1lmnn_1_1LMNN.html)
* [**MLpack::lmnn_Python_documentation**](https://www.mlpack.org/doc/stable/python_documentation.html#lmnn)
added some of the links from the python documentation
* nca
* [Large margin nearest neighbor on Wikipedia](https://en.wikipedia.org/wiki/Large_margin_nearest_neighbor)
* [Distance metric learning for large margin nearest neighbor classification (pdf)](http://papers.nips.cc/paper/2795-distance-metric-learning-for-large-margin-nearest-neighbor-classification.pdf)
\ No newline at end of file
* [**nca**](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Transformation/nca)
* [**Large margin nearest neighbor on Wikipedia**](https://en.wikipedia.org/wiki/Large_margin_nearest_neighbor)
* [**Distance metric learning for large margin nearest neighbor classification (pdf)**](http://papers.nips.cc/paper/2795-distance-metric-learning-for-large-margin-nearest-neighbor-classification.pdf)
\ No newline at end of file