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

Estimate effective computational complexity for hctsa operators #5

Open
sdvillal opened this issue Oct 24, 2014 · 0 comments
Open

Estimate effective computational complexity for hctsa operators #5

sdvillal opened this issue Oct 24, 2014 · 0 comments
Assignees

Comments

@sdvillal
Copy link
Collaborator

How long will it take this operator call? We should have a way to answer this from the catalog. We can
keep with the (quite wrong) assumption that this depend only on the length of the time series and have a benchmark infer the time-complexity.

We could also add a second dimension (type of time series) and either have a fast way to make the correspondand for a new time series or, simpler, just use the average to better infer the time complexity.

A possible workaround to avoid a few feature computations to slow down everything would be to include timeouts. I think that would be quite complex.

@sdvillal sdvillal self-assigned this Oct 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant