Update pca authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
......@@ -98,9 +98,9 @@ pcaVarianceDimReduction( +integer, +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::pca_C++\_documentation](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1pca_1_1PCA.html)
* [MLpack::pca_Python_documentation](https://www.mlpack.org/doc/stable/python_documentation.html#pca)
* [**MLpack::pca_C++\_documentation**](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1pca_1_1PCA.html)
* [**MLpack::pca_Python_documentation**](https://www.mlpack.org/doc/stable/python_documentation.html#pca)
added some of the links from the python documentation
* [Principal component analysis on Wikipedia](https://en.wikipedia.org/wiki/Principal_component_analysis)
\ No newline at end of file
* [**Principal component analysis on Wikipedia**](https://en.wikipedia.org/wiki/Principal_component_analysis)
\ No newline at end of file