Haard
Haard
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...
Hello! The 'wordTable' array is of size 50x10 and each vector is of length 10. So that makes 50 of those 10 sized vectors for 10 labels for each class...