|
From: Julien H. <jh...@no...> - 2010-04-23 13:09:41
|
Hi all,
I am a new user of JBoost and I'm very enthusiastic and happy to use it.
It's really simple to start and I succeed easily in having some good
results.
I would ask you a little question.
When I run my Jboost command with generation of python code, I have this
exception :
Exception occured while attempting to write Python code
Message:java.lang.RuntimeException: Type of split not allowed
java.lang.RuntimeException: Type of split not allowed
at jboost.atree.AlternatingTree.makeMatlabCode(AlternatingTree.java:780)
at jboost.atree.AlternatingTree.makeMatlabCode(AlternatingTree.java:751)
at jboost.atree.AlternatingTree.makeMatlabCode(AlternatingTree.java:765)
at jboost.atree.AlternatingTree.makeMatlabCode(AlternatingTree.java:751)
at jboost.atree.AlternatingTree.makeMatlabCode(AlternatingTree.java:775)
at jboost.atree.AlternatingTree.makeMatlabCode(AlternatingTree.java:751)
at jboost.atree.AlternatingTree.makePythonCode(AlternatingTree.java:705)
at jboost.atree.AlternatingTree.makePythonCode(AlternatingTree.java:691)
at jboost.atree.AlternatingTree.toPython(AlternatingTree.java:654)
at jboost.controller.Controller.generateCode(Controller.java:694)
at
jboost.controller.Controller.outputLearningResults(Controller.java:273)
at jboost.controller.Controller.main(Controller.java:91)
Have you an idea ? I look the code but I did not succeed to fix the problem.
I have different types of value in my spec file : number, text, and finite
(none,same,not)
Thanks in advance,
Regards,
Julien Henot
|