在我的 Web 应用程序中使用 mahout 的分类器
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 News20Group 示例的源代码,它将帮助您将 mahout 分类器与您的 web 应用程序集成。
您也可以查看源代码
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