Last change
on this file since 617 was
617,
checked in by Jari Häkkinen, 16 years ago
|
Cleaned up stray gslapi stuff.
|
File size:
1015 bytes
|
Line | |
---|
1 | // $Id$ |
---|
2 | |
---|
3 | /// |
---|
4 | /// @namespace theplu |
---|
5 | /// All our C++ projects should ideally be defined within theplu namespace. |
---|
6 | /// |
---|
7 | /// @brief |
---|
8 | |
---|
9 | /// |
---|
10 | /// @namespace theplu::random |
---|
11 | /// |
---|
12 | /// @brief Random number distributions |
---|
13 | /// |
---|
14 | |
---|
15 | /// |
---|
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 | /// |
---|
29 | /// @namespace theplu::classifier |
---|
30 | /// All classes associated with usage of |
---|
31 | /// classifiers should be defined within this namespace |
---|
32 | /// |
---|
33 | /// @brief Classifier related classes |
---|
34 | /// |
---|
35 | |
---|
36 | /// |
---|
37 | /// @namespace theplu::statistics All classes and functions related to |
---|
38 | /// statistical methods or functions should be defined within this |
---|
39 | /// namespace. |
---|
40 | /// See <a href="Statistics/index.html">Weighted Statistics document</a><br> |
---|
41 | /// |
---|
42 | /// @brief Statistical methods and functions |
---|
43 | |
---|
44 | /// |
---|
45 | /// @namespace theplu::statistics::regression |
---|
46 | /// |
---|
47 | /// @brief Statistical modeling of data |
---|
48 | |
---|
49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.