... | ... | @@ -149,11 +149,11 @@ train( +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::linear_svm_C++\_documentation](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1svm_1_1LinearSVM.html)
|
|
|
* [MLpack::linear_svm_Python_documentation](https://www.mlpack.org/doc/stable/python_documentation.html#linear_svm)
|
|
|
* [**MLpack::linear_svm_C++\_documentation**](https://www.mlpack.org/doc/stable/doxygen/classmlpack_1_1svm_1_1LinearSVM.html)
|
|
|
* [**MLpack::linear_svm_Python_documentation**](https://www.mlpack.org/doc/stable/python_documentation.html#linear_svm)
|
|
|
|
|
|
added some of the links from the python documentation
|
|
|
|
|
|
* [random_forest](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Classification/random_forest)
|
|
|
* logistic_regression
|
|
|
* [LinearSVM on Wikipedia](https://en.wikipedia.org/wiki/Support-vector_machine) |
|
|
\ No newline at end of file |
|
|
* [**random_forest**](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Classification/random_forest)
|
|
|
* [**logistic_regression**](https://gitlab.cs.uni-duesseldorf.de/stups/abschlussarbeiten/prolog-mlpack-libary/-/wikis/PrologMethods/Classification/logistic_regression)
|
|
|
* [**LinearSVM on Wikipedia**](https://en.wikipedia.org/wiki/Support-vector_machine) |
|
|
\ No newline at end of file |