johannfaouzi / pyts

A Python package for time series classification
https://pyts.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.76k stars 163 forks source link

Unthresholded recurrence plot #79

Open ogreyesp opened 4 years ago

ogreyesp commented 4 years ago

Does pyts library support the generation of unthresholded recurrence plots?

johannfaouzi commented 4 years ago

Yes. The corresponding value for the threshold parameter is None (it's the default value).

See the documentation of pyts.image.RecurrencePlot.