Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何使用EVT对streaming数据进行realtime计算? #3

Open
inspurwusixuan opened this issue Dec 14, 2020 · 3 comments
Open

如何使用EVT对streaming数据进行realtime计算? #3

inspurwusixuan opened this issue Dec 14, 2020 · 3 comments

Comments

@inspurwusixuan
Copy link

你好,非常感谢开源EVT相关代码!

想请问一下bidSPOT是否可以对实时的流式数据进行计算呢?

基于我对代码的初步理解,做了以下实验:

比如一开始收到5个streaming data point,使用bidSPOT进行了第一次init和计算得到了对于这5个data point的上下界(如下图results_0to5)。
image

在此之后,又收到了5个新的steaming data point,发现如果用add function再做一次run,会导致先进来的5个data point的threshold对应在下图results_0to5_add的前五个发生改变。但是实际情况应该是不会对已做过的threshold改变,而是对一个一个进来的新的data来计算新的threshold。
image

所以想请教一下作者该如何正确去对实时的数据去做threshold的计算?

非常感谢!

@xinchenxy
Copy link

请问这个得到解决了吗,是怎么进行实时计算的

@qllfq
Copy link

qllfq commented Apr 12, 2022

问题解决了吗,怎么进行实时计算的

@Djinhui
Copy link

Djinhui commented Dec 5, 2022

请问实时计算的问题解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants