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=bf86fca6201d3f69e8a90d4ba799dd259ca093b0;hb=aed34255065b18c445d096f51bd2091833810a81;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a diff --git a/boosted_classifier.h b/boosted_classifier.h index bf86fca..27599e7 100644 --- a/boosted_classifier.h +++ b/boosted_classifier.h @@ -21,7 +21,7 @@ /* 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. */ @@ -37,7 +37,6 @@ class BoostedClassifier : public Classifier { public: - int _loss_type; int _nb_weak_learners; DecisionTree **_weak_learners;