doc/namespaces.doxygen

Code
Comments
Other
Rev Date Author Line
303 30 Apr 05 peter 1 // $Id$
303 30 Apr 05 peter 2
675 10 Oct 06 jari 3 /*
2119 12 Dec 09 peter 4   Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér
2119 12 Dec 09 peter 5   Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
3210 05 May 14 peter 6   Copyright (C) 2010, 2011, 2013 Peter Johansson
675 10 Oct 06 jari 7
1437 25 Aug 08 peter 8   This file is part of the yat library, http://dev.thep.lu.se/yat
675 10 Oct 06 jari 9
675 10 Oct 06 jari 10   The yat library is free software; you can redistribute it and/or
675 10 Oct 06 jari 11   modify it under the terms of the GNU General Public License as
1486 09 Sep 08 jari 12   published by the Free Software Foundation; either version 3 of the
675 10 Oct 06 jari 13   License, or (at your option) any later version.
675 10 Oct 06 jari 14
675 10 Oct 06 jari 15   The yat library is distributed in the hope that it will be useful,
675 10 Oct 06 jari 16   but WITHOUT ANY WARRANTY; without even the implied warranty of
675 10 Oct 06 jari 17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
675 10 Oct 06 jari 18   General Public License for more details.
675 10 Oct 06 jari 19
675 10 Oct 06 jari 20   You should have received a copy of the GNU General Public License
1487 10 Sep 08 jari 21   along with yat. If not, see <http://www.gnu.org/licenses/>.
675 10 Oct 06 jari 22 */
675 10 Oct 06 jari 23
304 02 May 05 peter 24 /// 
304 02 May 05 peter 25 /// @namespace theplu
304 02 May 05 peter 26 ///
680 11 Oct 06 jari 27 /// All C++ projects at the Department of Theoretical Physics should
680 11 Oct 06 jari 28 /// ideally be defined within a common namespace. We use theplu for
680 11 Oct 06 jari 29 /// this common namespace.
680 11 Oct 06 jari 30 ///
680 11 Oct 06 jari 31 /// @brief The Department of Theoretical Physics namespace as we
680 11 Oct 06 jari 32 /// define it.
680 11 Oct 06 jari 33 ///
303 30 Apr 05 peter 34
680 11 Oct 06 jari 35 /// 
680 11 Oct 06 jari 36 /// @namespace theplu::yat
304 02 May 05 peter 37 ///
680 11 Oct 06 jari 38 /// All classes and functions are for the yat project is placed in sub
680 11 Oct 06 jari 39 /// namespaces of the yat namespace.
367 05 Aug 05 peter 40 ///
680 11 Oct 06 jari 41 /// @brief yat project namespace.
391 13 Sep 05 peter 42 ///
367 05 Aug 05 peter 43
367 05 Aug 05 peter 44 ///
680 11 Oct 06 jari 45 /// @namespace theplu::yat::random
304 02 May 05 peter 46 ///
2582 07 Oct 11 peter 47 /// The yat random number related functionality is placed within the
680 11 Oct 06 jari 48 /// random namespace.
304 02 May 05 peter 49 ///
680 11 Oct 06 jari 50 /// @brief Random number distributions.
680 11 Oct 06 jari 51 ///
304 02 May 05 peter 52
304 02 May 05 peter 53 /// 
680 11 Oct 06 jari 54 /// @namespace theplu::yat::classifier
680 11 Oct 06 jari 55 ///
680 11 Oct 06 jari 56 /// All classes associated with usage of classifiers are defined
680 11 Oct 06 jari 57 /// within this namespace.
304 02 May 05 peter 58 /// 
680 11 Oct 06 jari 59 /// @brief Classifier related classes.
304 02 May 05 peter 60 ///
304 02 May 05 peter 61
304 02 May 05 peter 62 ///
1497 12 Sep 08 peter 63 /// @namespace theplu::yat::normalizer 
1430 21 Aug 08 peter 64 ///
1430 21 Aug 08 peter 65 /// @brief Normalization of data
1430 21 Aug 08 peter 66 ///
1430 21 Aug 08 peter 67
1430 21 Aug 08 peter 68 ///
2341 17 Oct 10 peter 69 /// @namespace theplu::yat::omic 
2341 17 Oct 10 peter 70 ///
2341 17 Oct 10 peter 71 /// @brief Classes and functions related to genomics and proteomics
2341 17 Oct 10 peter 72 ///
2341 17 Oct 10 peter 73
2341 17 Oct 10 peter 74 ///
1430 21 Aug 08 peter 75 /// @namespace theplu::yat::regression 
1430 21 Aug 08 peter 76 ///
1430 21 Aug 08 peter 77 /// @brief Statistical modeling of data.
1430 21 Aug 08 peter 78 ///
1430 21 Aug 08 peter 79
1430 21 Aug 08 peter 80 ///
680 11 Oct 06 jari 81 /// @namespace theplu::yat::statistics
304 02 May 05 peter 82 ///
680 11 Oct 06 jari 83 /// All classes and functions related to statistical methods or
1481 09 Sep 08 peter 84 /// functions are defined within this namespace. See 
3130 18 Nov 13 peter 85 /// \ref weighted_statistics.
680 11 Oct 06 jari 86 ///
680 11 Oct 06 jari 87 /// @brief Statistical methods, classes, and functions.
680 11 Oct 06 jari 88 ///
304 02 May 05 peter 89
387 15 Aug 05 jari 90 ///
1430 21 Aug 08 peter 91 /// @namespace theplu::yat::utility
387 15 Aug 05 jari 92 ///
1430 21 Aug 08 peter 93 /// Needed yat functionality that we don't know where to put usually
1430 21 Aug 08 peter 94 /// ends up in the utility namespace until we figure out their proper
1430 21 Aug 08 peter 95 /// namespace location.
680 11 Oct 06 jari 96 ///
1430 21 Aug 08 peter 97 /// @brief Miscellaneous functionality.
1430 21 Aug 08 peter 98 ///