JAVA中的图表趋势匹配/比较
Java中有没有开源库可以比较两个给定图表的趋势?我想比较两个图表并确定趋势的相似程度。
Is there any open-source library in Java for comparing the trends of two given graphs? I want to compare two graphs and determine how similar the trends are.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题太模糊了。你的图表是如何定义的?通过函数还是通过数据点?你所说的趋势是什么意思?您实际上是指某个插值的参数吗?
http://commons.apache.org/math/
看看上面的 apache math,但是我要求您对数学和统计理论有一些基本的了解,并在其 javadoc 中找到您想要使用的正确函数。
Your question is too vague. How are your graphs defined? by a function or by data points? What do you mean by trends? Do you mean actually the parameters of a certain interpolation?
http://commons.apache.org/math/
Take a look at apache math above, but i requires you to have some basic understanding of the math and stats theories, and locate the correct function you want to use in their javadocs.