无法在 mahout 中运行贝叶斯分类器的 20newsgroups 示例

发布于 2024-12-20 16:05:06 字数 607 浏览 0 评论 0原文

我正在尝试运行 this 页面中提到的 20newsgroups 示例。当我使用这段代码生成输入数据集时

$> $MAHOUT_HOME/bin/mahout org.apache.mahout.classifier.bayes.PrepareTwentyNewsgroups \ -p 示例/bin/work/20news-bydate/20news-bydate-train \ -o 示例/bin/work/20news-bydate/bayes-train-input \ -a org.apache.mahout.vectorizer.DefaultAnalyzer \ -c UTF-8

我所能得到的只是一条警告,指出

在类路径上找不到 org.apache.mahout.classifier.bayes.PrepareTwentyNewsgroups.props,将仅使用命令行参数

这是 mahout 本身的错误吗?我该如何修复它?

I am trying to run the 20newsgroups example as mentioned in this page. When I generate input data set using this piece of code

$> $MAHOUT_HOME/bin/mahout org.apache.mahout.classifier.bayes.PrepareTwentyNewsgroups \
-p examples/bin/work/20news-bydate/20news-bydate-train \
-o examples/bin/work/20news-bydate/bayes-train-input \
-a org.apache.mahout.vectorizer.DefaultAnalyzer \
-c UTF-8

all I could get is a warning that states that

No org.apache.mahout.classifier.bayes.PrepareTwentyNewsgroups.props found on classpath, will use command-line arguments only

Is it a bug in mahout itself? How do I fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天涯沦落人 2024-12-27 16:05:06

我能够做到。实际上目录 example/bin/work/20news-bydate/bayes-train-input 已经创建,但即使我刷新,我的文件资源管理器也没有立即显示它。后来当我从终端执行 ls 时,我能够看到创建的文件夹!

I was able to do it. Actually the directory examples/bin/work/20news-bydate/bayes-train-input has been created, but my file explorer didn't show it instantly even though I refreshed. Later when I did an ls from the terminal, I was able to see the folders created!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文