.. lcsspy documentation master file, created by sphinx-quickstart on Sun Nov 26 12:11:31 2023. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to lcsspy's documentation! ================================== **lcsspy** is a Python package to compute the longest common subsequence (also known as LCSS) similarity measure for time series data. LCSS reconstructs a common subsequence by matching similar elements in the two series. Two elements are matched if they are sufficiently close in time and also have similar values. Table of Contents ----------------- .. toctree:: :maxdepth: 2 intro api Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`