Closed tdiesler closed 3 years ago
https://github.com/tdiesler/weka-3.8/issues/7
The correct URL path would use three forward slashes (using an absolute path) instead of two: file:///foo.arff or file:///home/user/foo.arff. The current implementation handles this just fine.
file:///foo.arff
file:///home/user/foo.arff
https://github.com/tdiesler/weka-3.8/issues/7