Last change
on this file since 458 was
458,
checked in by Markus Ringnér, 18 years ago
|
namespace svm changed to classifier
|
File size:
1.1 KB
|
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::gslapi |
---|
11 | /// There are a number of support operators and functions for the |
---|
12 | /// wrapper classes that do not belong to the classes themselves, but |
---|
13 | /// still are defined in this namespace. |
---|
14 | /// |
---|
15 | /// @brief GSL wrapper |
---|
16 | |
---|
17 | /// |
---|
18 | /// @namespace theplu::random |
---|
19 | /// |
---|
20 | /// @brief Random number distributions |
---|
21 | /// |
---|
22 | |
---|
23 | /// |
---|
24 | /// @namespace theplu::utility |
---|
25 | /// |
---|
26 | /// @brief Miscellaneous |
---|
27 | /// |
---|
28 | |
---|
29 | /// |
---|
30 | /// @namespace theplu::utility::alignment |
---|
31 | /// All alignment algorithm should go into the aligment namespace |
---|
32 | /// |
---|
33 | /// @brief Container for alignment algorithms |
---|
34 | /// |
---|
35 | |
---|
36 | /// |
---|
37 | /// @namespace theplu::classifier |
---|
38 | /// All classes associated with usage of |
---|
39 | /// classifiers should be defined within this namespace |
---|
40 | /// |
---|
41 | /// @brief Classifier related classes |
---|
42 | /// |
---|
43 | |
---|
44 | /// |
---|
45 | /// @namespace theplu::statistics All classes and functions related to |
---|
46 | /// statistical methods or functions should be defined within this |
---|
47 | /// namespace. |
---|
48 | /// |
---|
49 | /// @brief Statistical methods and functions |
---|
50 | |
---|
51 | /// |
---|
52 | /// @namespace theplu::statistics::regression |
---|
53 | /// |
---|
54 | /// @brief Statistical modeling of data |
---|
55 | |
---|
56 | |
---|
Note: See
TracBrowser
for help on using the repository browser.