X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=global.h;h=8a1978f00c9a479bbb906533042a01af1b42c608;hb=3742a88173bc958488370aefb7035426d3650e1d;hp=afe9dd2251438fd74d0fda076c603c80685499fa;hpb=94ef84aef3a1845326c7c43970997b701a919bd6;p=folded-ctf.git diff --git a/global.h b/global.h index afe9dd2..8a1978f 100644 --- a/global.h +++ b/global.h @@ -12,10 +12,18 @@ // 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 // /////////////////////////////////////////////////////////////////////////// +/* + + We stuff all the global values in there. + + */ + #ifndef GLOBAL_H #define GLOBAL_H @@ -28,7 +36,6 @@ using namespace std; #include "progress_bar.h" enum { LOSS_EXPONENTIAL, - LOSS_EV_REGULARIZED, LOSS_HINGE, LOSS_LOGISTIC };