X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=boosted_classifier.h;h=27599e7b618c391ad5ce4a399879d7ae52758ade;hp=8f52e5a8e7c64498431a89e083d9e9b575998879;hb=aed34255065b18c445d096f51bd2091833810a81;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c diff --git a/boosted_classifier.h b/boosted_classifier.h index 8f52e5a..27599e7 100644 --- a/boosted_classifier.h +++ b/boosted_classifier.h @@ -12,14 +12,16 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// /* This class is an implementation of the Classifier with a boosting of - tree. It works with samples from R^n and has no concept of the + trees. It works with samples from R^n and has no concept of the pi-features. */ @@ -35,7 +37,6 @@ class BoostedClassifier : public Classifier { public: - int _loss_type; int _nb_weak_learners; DecisionTree **_weak_learners;