shapelets / khiva

An open-source library of algorithms to analyse time series in GPU and CPU.
https://khiva.readthedocs.io/
Mozilla Public License 2.0
228 stars 30 forks source link

Visvalingam runs on both 64 and 32 floats. #169

Open justoruiz opened 3 years ago

justoruiz commented 3 years ago

Description

Visvalingam now runs transparently for float64 and float32 types.

Tests

Added DimensionalityTests.VisvalingamAF to test both scenarios.

Benchmarks

N/A