data mining - WEKA simple CLI command Killed -
i run following code on weka simplecli tool
java weka.core.converters.textdirectoryloader -dir c:/mydir/ > c:/output/result.arff
and showed following result
[...killed] finished redirecting output 'c:/output/result.arff'
the result.arff file size 0 kb.
anyone know problems?
/* data 63 thousand file of *.txt when try 10 sample of data work */
maybe run out of memory?
isn't there error message reported? complete output shared?
Comments
Post a Comment