Update dbscan authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
......@@ -42,7 +42,7 @@ dbscan( +float32, +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::dbscan_C++\_documentation**](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1dbscan_1_1DBSCAN.html)
* [**MLpack::dbscan_Python_documentation**](https://www.mlpack.org/doc/stable/python_documentation.html#decision_stump)
* [**MLpack::dbscan_Python_documentation**](https://www.mlpack.org/doc/stable/python_documentation.html#dbscan)
added some of the links from the python documentation
......
......