From: Aaron A. <aa...@us...> - 2007-05-16 21:16:33
|
Update of /cvsroot/jboost/jboost/src/jboost/monitor In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29800/src/jboost/monitor Modified Files: Monitor.java Log Message: Putting in error.py. This file is Updated build to be more platform independent Controller now does numRounds+1 iterations Monitor now conforms to error.py output format jboost.config has been moved to demo. Aaron Index: Monitor.java =================================================================== RCS file: /cvsroot/jboost/jboost/src/jboost/monitor/Monitor.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Monitor.java 16 May 2007 04:06:02 -0000 1.1.1.1 --- Monitor.java 16 May 2007 21:16:30 -0000 1.2 *************** *** 182,186 **** return; } ! infoStream.print(" # output scores #"); // output training scores // double m_margins[] = m_booster.getMargins(); // get m_margins from the --- 182,186 ---- return; } ! infoStream.print(" \t# output scores #"); // output training scores // double m_margins[] = m_booster.getMargins(); // get m_margins from the |