在操作手册中的Mahout中运行Last.fm群集示例时遇到一个问题。 问题是当我运行命令时:
--bin/mahout kmeans -i /user/local/Mia/lastfm_vector/ -o /user/local/Mia/lastfm_topics -c /user/local/Mia/lastfm_centroids -k 2000 -ow -dm org.apache.mahout.common.distance.CosineDistanceMeasure -cd 0.01 -x 20 -cl
我从git中检查了源代码: https://github.com/tdunning/MiA.git
The issue is: Exception is thread "main" java.io.FileNotFoundException: File does not exit:/user/local/Mia/lastfm_vector
每个帮我提供文件输入的人都使用Lastfm_vector来运行这个例子。我需要它来接受教育。
谢谢&方面!