Errors when converting CSV to ARFF in Android using Weka
问题 I'm sing the code and instructions found on the weka site https://weka.wikispaces.com/Converting+CSV+to+ARFF But for some reason its giving me errors. Notice I check to make sure the file exists and is readable. Code for CSVLoader.java https://github.com/rjmarsan/Weka-for-Android/blob/925a77b566d6e55a775911fbf317234d11ec8024/src/weka/core/converters/CSVLoader.java Android Code String input = Environment.getExternalStorageDirectory().getAbsolutePath()+"/homework1/user_patterns.csv"; String