Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 781 Bytes

File metadata and controls

14 lines (9 loc) · 781 Bytes

Line Simplification and Time Series Approximation

This repository contains R scripts and functions used to evaluate line simplification algorithms for feature selection, as discussed in the accompanying Medium article:

👉 "A Small Study of Line Simplification Algorithms for Feature Selection"

This small study explores how various line simplification techniques can be applied to time series data to reduce dimensionality and extract meaningful features.

📌 About

The provided code allows you to:

  • Reproduce the evaluation results from the article
  • Experiment with simplification algorithms
  • Adapt or extend the methods for your own use cases