Geocene / trainset

A lightweight web application for brushing labels onto time series data; useful for building training sets.
https://trainset.geocene.com/
MIT License
163 stars 36 forks source link

Refine rules for the size of the default focus window #27

Closed daterdots closed 5 years ago

daterdots commented 5 years ago
if length(data) < 1000, then window size is min(length(data), 100)
if 1000<=length(data)<=10000, then window is 10% of the data points
if length(data)>10000, window size is 1000 data points