Dear All:
I am applying Weka to a C# project with visual studio 2008. Ikvm was used to transfer the weka library into a dll.
The problem occurs when I try to write and load back the classified MultilayerPerceptron model.
The writing process is successful, however when trying to load the written model, a "classNotFoundException" would be thrown.
http://old.nabble.com/Re:-ObjectInputStream-p17160740.htmlThe link above described the same problem, I wonder if anyone has any solution to the problem.
Regards,
Samuel