source: trunk/doc/namespaces.doxygen @ 1490

Last change on this file since 1490 was 1487, checked in by Jari Häkkinen, 15 years ago

Addresses #436. GPL license copy reference should also be updated.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1// $Id: namespaces.doxygen 1487 2008-09-10 08:41:36Z jari $
2
3/*
4  Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér
5  Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson
6  Copyright (C) 2008 Peter Johansson
7
8  This file is part of the yat library, http://dev.thep.lu.se/yat
9
10  The yat library is free software; you can redistribute it and/or
11  modify it under the terms of the GNU General Public License as
12  published by the Free Software Foundation; either version 3 of the
13  License, or (at your option) any later version.
14
15  The yat library is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  General Public License for more details.
19
20  You should have received a copy of the GNU General Public License
21  along with yat. If not, see <http://www.gnu.org/licenses/>.
22*/
23
24///
25/// @namespace theplu
26///
27/// All C++ projects at the Department of Theoretical Physics should
28/// ideally be defined within a common namespace. We use theplu for
29/// this common namespace.
30///
31/// @brief The Department of Theoretical Physics namespace as we
32/// define it.
33///
34
35///
36/// @namespace theplu::yat
37///
38/// All classes and functions are for the yat project is placed in sub
39/// namespaces of the yat namespace.
40///
41/// @brief yat project namespace.
42///
43
44///
45/// @namespace theplu::yat::random
46///
47/// The yat random number related functionality is placed with the
48/// random namespace.
49///
50/// @brief Random number distributions.
51///
52
53///
54/// @namespace theplu::yat::classifier
55///
56/// All classes associated with usage of classifiers are defined
57/// within this namespace.
58///
59/// @brief Classifier related classes.
60///
61
62///
63/// @namespace theplu::yat::normalization
64///
65/// @brief Normalization of data
66///
67
68///
69/// @namespace theplu::yat::regression
70///
71/// @brief Statistical modeling of data.
72///
73
74///
75/// @namespace theplu::yat::statistics
76///
77/// All classes and functions related to statistical methods or
78/// functions are defined within this namespace. See
79/// \ref weighted_statistics<br>.
80///
81/// @brief Statistical methods, classes, and functions.
82///
83
84///
85/// @namespace theplu::yat::utility
86///
87/// Needed yat functionality that we don't know where to put usually
88/// ends up in the utility namespace until we figure out their proper
89/// namespace location.
90///
91/// @brief Miscellaneous functionality.
92///
93
94
Note: See TracBrowser for help on using the repository browser.