生成并可视化决策树

发布于 2024-07-18 11:36:16 字数 310 浏览 11 评论 0原文

我想知道是否有人能够在以下方面提供帮助或建议; 我必须能够从数据源获取数据,并能够将该数据可视化为网页上的决策树。 这将是一个对最终用户来说是无缝的单一流程。

这将使用 JSP 和 Java servlet 来完成,但我关心的是底层产品。 我正在考虑将数据传递给 Weka 分类器,然后对其创建的 .dot 文件执行某些操作,即可能将其提供给 GraphViz 或尝试使用 Google Visualization API 来呈现交互式显示。

但是,谁能告诉我这是否是一种可行的方法或建议替代方案?

谢谢马丁

·奥谢。

I wonder if anyone is able to help or advise with the following; I have to be able to take data from a data source and to be able to visualise that data as a decision trees on a web page all. This will be a single process which is seamless to an end user.

This will be done using JSPs and Java servlets but what concerns me are the underlying products. I'm thinking of passing the data to a Weka classifier and then doing something with the .dot file it creates, i.e. maybe feeding it to GraphViz or trying to use the Google Visualization API to present an interactive display.

But, can anyone tell me if this is a viable approach or suggest alternatives?

Thanks

Martin O'Shea.

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

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

发布评论

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

评论(2

狼亦尘 2024-07-25 11:36:16

我在使用 graphviz 创建数据流图方面取得了很多成功(我使用脚本将它们上传到 MoinMoin wiki 并使用 graphviz 插件)。 该插件甚至允许在图表中包含链接,因此我们可以保持单个图表较小。

I've had a lot of success creating data flow graphs with graphviz (I uploaded them with a script to a MoinMoin wiki and used the graphviz plugin). That plugin even allowed to have links in the graphs, so we could keep the individual graphs small.

不打扰别人 2024-07-25 11:36:16

对于 UI,我们添加了 http://www.mxgraph.com/ 中的 JS 内容以显示更大的内容图表给用户。

不过你的方法是可行的。 GraphViz 是一个很好的工具。

For the UI we have added the JS stuff from http://www.mxgraph.com/ to display larger graphs to the user.

Your approach is viable however. GraphViz is a good tool.

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