X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=loss_machine.h;h=96f0a59ebbdfc963d21abbd1b9b4ab83f636dc6c;hb=aed34255065b18c445d096f51bd2091833810a81;hp=0b84adc237048a34ce3226d9c1579c308aa8c551;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;p=folded-ctf.git diff --git a/loss_machine.h b/loss_machine.h index 0b84adc..96f0a59 100644 --- a/loss_machine.h +++ b/loss_machine.h @@ -18,6 +18,14 @@ // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// +/* + + A LossMachine provides all the methods necessary to do boosting with + a certain loss. Note that only the LOSS_EXPONENTIAL has been really + tested. Using the others may result in unexpected effects. + + */ + #ifndef LOSS_MACHINE_H #define LOSS_MACHINE_H