diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bootstrap.hpp | 2 | ||||
-rw-r--r-- | misc/data_loaders.hpp | 3 | ||||
-rw-r--r-- | misc/optvec.hpp | 8 |
3 files changed, 12 insertions, 1 deletions
diff --git a/misc/bootstrap.hpp b/misc/bootstrap.hpp index 88332ed..3c9feb4 100644 --- a/misc/bootstrap.hpp +++ b/misc/bootstrap.hpp @@ -1,5 +1,7 @@ /** \file bootstrap.hpp + \brief A simple implement of bootstrap method for error estimation + \autho Junhua Gu */ diff --git a/misc/data_loaders.hpp b/misc/data_loaders.hpp index ad23db6..7bbb757 100644 --- a/misc/data_loaders.hpp +++ b/misc/data_loaders.hpp @@ -1,6 +1,7 @@ /** \file data_loaders.hpp - a set of classes used to load data_set from std::istream + \brief a set of classes used to load data_set from std::istream + \author Junhua Gu */ #ifndef DATA_LOADERS_H diff --git a/misc/optvec.hpp b/misc/optvec.hpp index b259029..790a721 100644 --- a/misc/optvec.hpp +++ b/misc/optvec.hpp @@ -1,3 +1,11 @@ +/** + \file optvec + \brief A ready to use, but ad-hoc mathematical vector class + \author Junhua Gu + + */ + + #ifndef OPTVEC_HPP #define OPTVEC_HPP |