weka in android?
i need to run a program that classifies certain dataset values. on the computer i am using we开发者_开发知识库ka to classify the same and provide it to me but i need to implement the same on android. eclipse shuts down when i run the program(weka) by giving an error such as PermGen heap space. i read several forums and found the option of changing the value in the --launcher.XXMaxPermSize
in the eclipse.ini file but i have not found any success. i just need to use the j48 classifier from weka, is there anything else existing that would do the work for me? or is there a workaround to fix the PermGen error in eclipse?
please guide.
I just finished my first revision of https://github.com/rjmarsan/Weka-for-Android
Hope it helps.
Yes, the --launcher.XXMaxPermSize needs to be set higher. 1024 worked for me.
精彩评论