-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello! I'm working with my groupmate at university for a statistical ML course to recreate the findings in this paper. I read the documentation, installed the required javascript dev programs on my Mac, and compiled the code using
javac -XDignore.symbol.file -sourcepath src/ -d ./bin src/hmm/Juchmme.java
javac -XDignore.symbol.file -sourcepath src/ -d ./bin src/hmm/RandomSeq.java
javac -XDignore.symbol.file -sourcepath src/ -d ./bin src/nn/Main.java.
I was getting 27 depreciation warnings and then went ahead and ran main.java to which I received -
Exception in thread "main"
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at nn.Main.main(Main.java:12)
Any help would be greatly appreciated to run the code as our project deadline is approaching haha
Metadata
Metadata
Assignees
Labels
No labels