Last change
on this file since 642 was
617,
checked in by Jari Häkkinen, 16 years ago
|
Cleaned up stray gslapi stuff.
|
File size:
1015 bytes
|
Rev | Line | |
---|
[303] | 1 | // $Id$ |
---|
| 2 | |
---|
[304] | 3 | /// |
---|
| 4 | /// @namespace theplu |
---|
| 5 | /// All our C++ projects should ideally be defined within theplu namespace. |
---|
| 6 | /// |
---|
| 7 | /// @brief |
---|
[303] | 8 | |
---|
[304] | 9 | /// |
---|
[367] | 10 | /// @namespace theplu::random |
---|
| 11 | /// |
---|
| 12 | /// @brief Random number distributions |
---|
[391] | 13 | /// |
---|
[367] | 14 | |
---|
| 15 | /// |
---|
[304] | 16 | /// @namespace theplu::utility |
---|
| 17 | /// |
---|
| 18 | /// @brief Miscellaneous |
---|
| 19 | /// |
---|
| 20 | |
---|
| 21 | /// |
---|
| 22 | /// @namespace theplu::utility::alignment |
---|
| 23 | /// All alignment algorithm should go into the aligment namespace |
---|
| 24 | /// |
---|
| 25 | /// @brief Container for alignment algorithms |
---|
| 26 | /// |
---|
| 27 | |
---|
| 28 | /// |
---|
[458] | 29 | /// @namespace theplu::classifier |
---|
| 30 | /// All classes associated with usage of |
---|
| 31 | /// classifiers should be defined within this namespace |
---|
[304] | 32 | /// |
---|
[458] | 33 | /// @brief Classifier related classes |
---|
[304] | 34 | /// |
---|
| 35 | |
---|
| 36 | /// |
---|
| 37 | /// @namespace theplu::statistics All classes and functions related to |
---|
| 38 | /// statistical methods or functions should be defined within this |
---|
[494] | 39 | /// namespace. |
---|
| 40 | /// See <a href="Statistics/index.html">Weighted Statistics document</a><br> |
---|
[304] | 41 | /// |
---|
| 42 | /// @brief Statistical methods and functions |
---|
| 43 | |
---|
[387] | 44 | /// |
---|
[389] | 45 | /// @namespace theplu::statistics::regression |
---|
[387] | 46 | /// |
---|
| 47 | /// @brief Statistical modeling of data |
---|
[304] | 48 | |
---|
[387] | 49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.