X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=loss_machine.h;h=96f0a59ebbdfc963d21abbd1b9b4ab83f636dc6c;hp=0b84adc237048a34ce3226d9c1579c308aa8c551;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a 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