> Ok. So i will basically write a java file that calls the classifier > function, and the folder path as parameters. Should I write it in > mahout-core? If not, where should I write the file? >
@Ramaprakash It can be done in your classifier java code itself. Create a method called listDir which returns all the .txt files in the directory. Itreate the list and open each files and pass to classifier . that is all . There is no need to got to mahout-core etc.. Still if you feel it hard please show your code -- ********************************** JAGANADH G http://jaganadhg.in *ILUGCBE* http://ilugcbe.org.in
