[mlpack] 205/324: BiBTex added to adaboost_impl.hpp
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit d727f7c41460093aa0304afc1c8da5c679017d90
Author: saxena.udit <saxena.udit at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Mon Jul 21 20:01:26 2014 +0000
BiBTex added to adaboost_impl.hpp
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16847 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/methods/adaboost/adaboost_impl.hpp | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/src/mlpack/methods/adaboost/adaboost_impl.hpp b/src/mlpack/methods/adaboost/adaboost_impl.hpp
index e09bd09..75b17df 100644
--- a/src/mlpack/methods/adaboost/adaboost_impl.hpp
+++ b/src/mlpack/methods/adaboost/adaboost_impl.hpp
@@ -4,6 +4,29 @@
*
* Implementation of the Adaboost class
*
+ * @code
+ * @article{Schapire:1999:IBA:337859.337870,
+ * author = {Schapire, Robert E. and Singer, Yoram},
+ * title = {Improved Boosting Algorithms Using Confidence-rated Predictions},
+ * journal = {Mach. Learn.},
+ * issue_date = {Dec. 1999},
+ * volume = {37},
+ * number = {3},
+ * month = dec,
+ * year = {1999},
+ * issn = {0885-6125},
+ * pages = {297--336},
+ * numpages = {40},
+ * url = {http://dx.doi.org/10.1023/A:1007614523901},
+ * doi = {10.1023/A:1007614523901},
+ * acmid = {337870},
+ * publisher = {Kluwer Academic Publishers},
+ * address = {Hingham, MA, USA},
+ * keywords = {boosting algorithms, decision trees, multiclass classification, output coding
+ * }
+ * @endcode
+ *
+}
*/
#ifndef _MLPACK_METHODS_ADABOOST_ADABOOST_IMPL_HPP
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list