Import hangs and does not work
Brought to you by:
sevarac
When trying to import a training set from a file (.txt) I first encountered an error stating "Incorrect number format". By viewing the logs, I found that the program was inserting a space in front of the number. This was causing an error in parseDouble. I added a space to the front of the file to try and fix this problem. The error no longer appeared. Instead, nothing occurred when I pressed the "Load" Button after choosing the file.
The input file after adding a space to the front of the document
How big is the file?
Can you provide that file so we can try to reproduce the error?