X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=loss_machine.h;h=96f0a59ebbdfc963d21abbd1b9b4ab83f636dc6c;hb=cd28e9c7489bae20e3abf67331efd1cab45d83df;hp=50a611eee6b0de80943e0132401572bbcbac18f3;hpb=7749435116064426b30f0de8e7b775b85bd3c67a;p=folded-ctf.git diff --git a/loss_machine.h b/loss_machine.h index 50a611e..96f0a59 100644 --- a/loss_machine.h +++ b/loss_machine.h @@ -12,10 +12,20 @@ // 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 // /////////////////////////////////////////////////////////////////////////// +/* + + 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