From: Sunsern C. <sch...@us...> - 2009-02-19 14:21:39
|
Update of /cvsroot/jboost/jboost/src/jboost/booster In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32043/src/jboost/booster Modified Files: MulticlassWrapMH.java Log Message: * Add support for RobustBoost Index: MulticlassWrapMH.java =================================================================== RCS file: /cvsroot/jboost/jboost/src/jboost/booster/MulticlassWrapMH.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MulticlassWrapMH.java 25 Mar 2008 01:00:28 -0000 1.6 --- MulticlassWrapMH.java 19 Feb 2009 14:21:27 -0000 1.7 *************** *** 22,29 **** */ ! class MulticlassWrapMH extends AbstractBooster { /** The underlying m_booster */ ! private AbstractBooster m_booster; /** The number of labels */ --- 22,29 ---- */ ! public class MulticlassWrapMH extends AbstractBooster { /** The underlying m_booster */ ! public AbstractBooster m_booster; /** The number of labels */ *************** *** 372,380 **** * underlying booster, one for each class. */ ! class MultiPrediction extends Prediction { /** * The predictions made. Has same length as the number of classes. */ ! private Prediction[] preds; /** --- 372,380 ---- * underlying booster, one for each class. */ ! public class MultiPrediction extends Prediction { /** * The predictions made. Has same length as the number of classes. */ ! public Prediction[] preds; /** |