Documentation
¶
Overview ¶
Package core is a the core of the downsampling library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Point ¶
Point is a point on a line
func LTD ¶
LTD - Largest triangle dynamic(LTD) data downsampling algorithm implementation
- Require: data . The original data
- Require: threshold . Number of data points to be returned
func LTOB ¶
LTOB - Largest triangle one bucket(LTOB) data downsampling algorithm implementation
- Require: data . The original data
- Require: threshold . Number of data points to be returned
func LTTB ¶
LTTB - Largest triangle three buckets (LTTB) data downsampling algorithm implementation
- Require: data . The original data
- Require: threshold . Number of data points to be returned
func LTTBForBuckets ¶
LTTBForBuckets - apply LTTB on each bucket
Click to show internal directories.
Click to hide internal directories.