在我的 Web 应用程序中使用 mahout 的分类器

发布于 2024-12-22 21:14:45 字数 159 浏览 3 评论 0原文

我使用 apache mahout 开发了一个贝叶斯分类器。现在我想将它与我的基于 Java 的 Web 应用程序集成,即给定一个训练模型,该 Web 应用程序应该能够预测和分类给定的文本。它是一个基于 JSP 的 Web 应用程序。

我该怎么办?是否有任何博客/网站提供相同的分步教程。

I have developed a bayesian classifier using apache mahout. Now I would like to integrate it with my Java based web application, that is given a training model, the web app should be able to predict and classify the given text. It is a JSP based web app.

How should I go about it? Are there any blogs/sites that give a step by step tutorial to the same.

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

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

发布评论

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

评论(1

生生漫 2024-12-29 21:14:45

您可以查看 News20Group 示例的源代码,它将帮助您将 mahout 分类器与您的 web 应用程序集成。

您也可以查看源代码

org.apache.mahout.classifier.bayes.[TestClassifier][1]
org.apache.mahout.classifier.bayes.[TrainClassifier][2]

You can look into source code of News20Group example which will help you integrate mahout classifier with your webapp.

Also you can look source code of

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