Demo of Largest Triangle Three Buckets (LTTB) Downsampling Algorithm#389
Open
ozlb wants to merge 1 commit intoepezent:masterfrom
Open
Demo of Largest Triangle Three Buckets (LTTB) Downsampling Algorithm#389ozlb wants to merge 1 commit intoepezent:masterfrom
ozlb wants to merge 1 commit intoepezent:masterfrom
Conversation
"Downsampling time series for visual representation" by Sveinn Steinarsson. https://skemman.is/bitstream/1946/15343/3/SS_MSthesis.pdf https://github.com/sveinn-steinarsson/flot-downsample
Owner
|
@ozlb -- I agree this should be demoed. I would prefer to see a separate demo that is more visible though (e.g. under |
|
The frontier expands incrementally with MinMaxLTTB. See the algorithm and performance claims here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inspired by "Downsampling time series for visual representation" by Sveinn Steinarsson.
https://skemman.is/bitstream/1946/15343/3/SS_MSthesis.pdf
PR #270 improved performances but i believe downsample deserves at least to be present in demo as per #122 (comment)