Waikato / weka-3.8

No longer updated mirror of the Weka 3.8 branch.
https://git.cms.waikato.ac.nz/weka/weka/-/tree/stable-3-8
183 stars 100 forks source link

DataSource fails for external form of URL("file://foo.arff") #16

Closed tdiesler closed 3 years ago

tdiesler commented 4 years ago

https://github.com/tdiesler/weka-3.8/issues/7

fracpete commented 3 years ago

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.