All three programs, I have seen output.printf got called when debugging, but nothing has been output to console.
On Thu, Jul 7, 2011 at 9:56 PM, Sean Owen (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/MAHOUT-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061319#comment-13061319 > ] > > Sean Owen commented on MAHOUT-696: > ---------------------------------- > > Hmm, which program, how are you running? You can see that main delegates to > the method while passing System.out as the output. Can you debug and see > what's going wrong? > >> Command line program for AdaptiveLogiscticRegression >> ---------------------------------------------------- >> >> Key: MAHOUT-696 >> URL: https://issues.apache.org/jira/browse/MAHOUT-696 >> Project: Mahout >> Issue Type: Improvement >> Components: Classification >> Affects Versions: 0.5 >> Reporter: XiaoboGu >> Assignee: Sean Owen >> Fix For: 0.6 >> >> Attachments: MAHOUT-696.patch, MAHOUT-696.patch, MAHOUT-696.patch, >> MAHOUT-696.patch, MAHOUT-696.patch, MAHOUT-696.patch, MAHOUT-696.patch, >> mahout-696-r1.patch, mahout-696-r2.patch, mahout-696-r3.patch, >> mahout-696-r4.patch, mahout-696-r5.patch >> >> >> Suggested by Ted, I'll try to write a command line program for >> AdaptiveLogicticRegression, but as I am not familir with the algorithm, I'll >> try to write a prototype for the program from a Java developer's >> perspactive, hope anyone else will help with the details of the algorithm. > > -- > This message is automatically generated by JIRA. > For more information on JIRA, see: http://www.atlassian.com/software/jira > > >
