Update of /cvsroot/jboost/jboost/src/jboost/controller
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12285/src/jboost/controller
Modified Files:
Configuration.java
Log Message:
Rename RobustBoost options
Index: Configuration.java
===================================================================
RCS file: /cvsroot/jboost/jboost/src/jboost/controller/Configuration.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Configuration.java 5 Feb 2009 06:04:23 -0000 1.12
--- Configuration.java 5 Feb 2009 06:32:10 -0000 1.13
***************
*** 116,122 ****
+ "******** RobustBoost Options:\n"
+ "\n"
! + " -epsilon NUM See documentation.\n"
! + " -theta NUM See documentation.\n"
! + " -sigma_f NUM See documentation.\n"
+ "\n"
+ "******** Output Options:\n"
--- 116,122 ----
+ "******** RobustBoost Options:\n"
+ "\n"
! + " -rb_epsilon NUM See documentation.\n"
! + " -rb_theta NUM See documentation.\n"
! + " -rb_sigma_f NUM See documentation.\n"
+ "\n"
+ "******** Output Options:\n"
|