Hi Ted and Sean, Can you help to have a look at
ConfusionMatrix cm = new ConfusionMatrix(lmp.getTargetCategories(), "unknown"); at file ValidateAdaptiveLogistic.java, When I run trainAdaptiveLogistic and validateAdaptiveLogistic using the donut and donut-test dataset, there are records classfied as unknown as the ConfusionMatrix showing. Regards, Xiaobo Gu On Fri, Jul 8, 2011 at 12:53 PM, Xiaobo Gu <[email protected]> wrote: > mainToOutput(args, new PrintWriter(System.out, true)); > > the above works, can you check it in. > > On Fri, Jul 8, 2011 at 12:14 AM, Sean Owen <[email protected]> wrote: >> Ah, yes try adding a second parameter "true" to the PrintWriter constructor >> that wraps System.out. Does that do it? >> >> On Thu, Jul 7, 2011 at 3:36 PM, Xiaobo Gu <[email protected]> wrote: >> >>> I can see the autoflush property of output is false, does it matter? >>> >>> >> >
