I Run following code on WEKA SimpleCLI tool
java weka.core.converters.TextDirectoryLoader -dir c:/mydir/ > c:/output/result.arff
and it showed following result
[...Killed] Finished redirecting output to 'c:/output/result.arff'
the result.arff file size is 0 KB.
Anyone know the problems?
/* My data about 63 thousand file of *.txt but when i try with 10 sample of those data it does work */