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

Volume calculation of high dimension data set when min == max in real data set. #18

Open
gite360 opened this issue Nov 7, 2019 · 1 comment

Comments

@gite360
Copy link

gite360 commented Nov 7, 2019

Hi,
Sorry to disturb you. My data set are some time series. I need to regard each time series as one point to insert RTree. For example:
point 1:{(x1,y1),(x2,y2),(x3,y3),(x4,y4) ,..., (xn,yn)}.
point 2:{(),()....},
point 3.....
I met a situation that some times when min value is equal to max value (y1==y2), the volume calculation is zero.
How to deal with this situation?
Thank you very much.

@AlexVonB
Copy link
Collaborator

Hi, do you have a minimal code example that triggers that error? Greetings

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

2 participants