From: Aaron A. <aa...@cs...> - 2008-02-24 19:36:26
|
Hi Filippo, > Hi, I'm studying JBoost 1.4 in this weekend on Windows XP. I succeded in > run the demos and my training set. The tree is successfully build. Good start. > Now I'd like to use the tree with java since it has the predictor just > built in and I don't want to write a generic source in c to manage all > types of input. But I cannot understand how to obtain the predictor.java > from stem.java (for example). Alright, so I looked through the errors and really don't understand what would cause them. Try the following: $> ../jboost -j Predict.java -javaOutputClass Predict -javaOutputMethod predict -S stem -numRounds 5 $> javac Predict.java $> java Predict < stem.train If this doesn't work, then send me the exact three (give or take) commands you used to create, compile, and run the predict file. Once I can recreate the compile errors, I have a much better chance of fixing any existing bugs. Aaron |