PRML_Code_Documents
1.0.0
Pattern Recognition and Machine Learning code documentation
|
Return to documentation homepage.
This directory contains all source code and related files of this repository.
Note: This likely isn't the lastest content, visit PRML_Code repository for up-to-date content.
hwX directories contains source code for each homework.
./bin
: executable files. (not static, updated by other part of src) (start support from hw3)./build
: not included here. (cmake build directory) (start support from hw3)./libc
: shared c libraries in this repo. (start support from hw3)./script
: script to clean, compile, install, and execute each project. (start support from hw3)./CMakeLists.txt
: cmake project settings for entire repo. (start support from hw3)./readme.md
: this file.Matching ./docs/Doxyfile
(used for generating docs) with ./docs/doxygen-awesome-css/Doxyfile
(template provided by doxygen-awesome-css, require following installation steps), focusing on settings like HTML_EXTRA_STYLESHEET, HTML_COLORSTYLE, GENERATE_TREEVIEW.