Graph plotting: only keeping most relevant data

前端 未结 3 1684
滥情空心
滥情空心 2021-02-06 04:03

In order to save bandwith and so as to not to have generate pictures/graphs ourselves I plan on using Google\'s charting API:

http://code.google.com/apis/chart/

3条回答
  •  萌比男神i
    2021-02-06 05:00

    Graph (time series data) summarization is a very hard problem. It's like deciding, in a text, what is the "relevant" part to keep in an automatic summarization of it. I suggest you use one of the most respected libraries for finding "patterns of interest" in time series data by Eamonn Keogh

提交回复
热议问题