jlibsvm icon indicating copy to clipboard operation
jlibsvm copied to clipboard

Getting NotImplementedException in SolutionModel.java while using Trainer.run

Open h44rd opened this issue 5 years ago • 0 comments

The following is the trace of the error:

Exception in thread "main" sun.reflect.generics.reflectiveObjects.NotImplementedException
	at edu.berkeley.compbio.jlibsvm.SolutionModel.writeToStream(SolutionModel.java:109)
	at edu.berkeley.compbio.jlibsvm.binary.AlphaModel.writeToStream(AlphaModel.java:140)
	at edu.berkeley.compbio.jlibsvm.binary.BinaryModel.writeToStream(BinaryModel.java:287)
	at edu.berkeley.compbio.jlibsvm.SolutionModel.save(SolutionModel.java:96)
	at Trainer.run(Trainer.java:66)
	at detectSpoof.main(detectSpoof.java:67)

Any help or a fix would be much appreciated.

Jar version used: 0.9

h44rd avatar Mar 15 '19 13:03 h44rd