LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/changelog.rst
docs/index.rst
docs/intro.rst
docs/_static/logo.png
docs/api/index.rst
docs/api/metrics.rst
docs/api/overview.rst
docs/api/tsseg.algorithms.amoc.rst
docs/api/tsseg.algorithms.autoplait.rst
docs/api/tsseg.algorithms.binseg.rst
docs/api/tsseg.algorithms.bocd.rst
docs/api/tsseg.algorithms.bottomup.rst
docs/api/tsseg.algorithms.clap.rst
docs/api/tsseg.algorithms.dynp.rst
docs/api/tsseg.algorithms.e2usd.rst
docs/api/tsseg.algorithms.eagglo.rst
docs/api/tsseg.algorithms.espresso.rst
docs/api/tsseg.algorithms.fluss.rst
docs/api/tsseg.algorithms.ggs.rst
docs/api/tsseg.algorithms.hdp_hsmm.rst
docs/api/tsseg.algorithms.hidalgo.rst
docs/api/tsseg.algorithms.hmm.rst
docs/api/tsseg.algorithms.icid.rst
docs/api/tsseg.algorithms.igts.rst
docs/api/tsseg.algorithms.kcpd.rst
docs/api/tsseg.algorithms.patss.algorithms.rst
docs/api/tsseg.algorithms.patss.embedding.rst
docs/api/tsseg.algorithms.patss.rst
docs/api/tsseg.algorithms.patss.segmentation.rst
docs/api/tsseg.algorithms.pelt.rst
docs/api/tsseg.algorithms.prophet.rst
docs/api/tsseg.algorithms.random.rst
docs/api/tsseg.algorithms.rst
docs/api/tsseg.algorithms.ruptures.rst
docs/api/tsseg.algorithms.tglad.rst
docs/api/tsseg.algorithms.ticc.rst
docs/api/tsseg.algorithms.time2state.rst
docs/api/tsseg.algorithms.tire.rst
docs/api/tsseg.algorithms.tirex.rst
docs/api/tsseg.algorithms.tscp2.rst
docs/api/tsseg.algorithms.vqtss.rst
docs/api/tsseg.algorithms.vsax.rst
docs/api/tsseg.algorithms.window.rst
docs/api/tsseg.metrics.rst
docs/api/tsseg.rst
docs/guides/contributing.rst
docs/guides/datasets.rst
docs/guides/detectors.rst
docs/guides/getting-started.md
tests/test_datasets.py
tests/test_metrics.py
tests/test_param_schema.py
tsseg/__init__.py
tsseg.egg-info/PKG-INFO
tsseg.egg-info/SOURCES.txt
tsseg.egg-info/dependency_links.txt
tsseg.egg-info/requires.txt
tsseg.egg-info/top_level.txt
tsseg/algorithms/__init__.py
tsseg/algorithms/base.py
tsseg/algorithms/param_schema.py
tsseg/algorithms/utils.py
tsseg/algorithms/amoc/__init__.py
tsseg/algorithms/amoc/detector.py
tsseg/algorithms/autoplait/__init__.py
tsseg/algorithms/autoplait/autoplait_c.py
tsseg/algorithms/autoplait/detector.py
tsseg/algorithms/autoplait/deprecated/autoplait_python.py
tsseg/algorithms/autoplait/deprecated/detector_python.py
tsseg/algorithms/binseg/__init__.py
tsseg/algorithms/binseg/detector.py
tsseg/algorithms/bocd/__init__.py
tsseg/algorithms/bocd/bayesian_models.py
tsseg/algorithms/bocd/detector.py
tsseg/algorithms/bocd/old/generate_data.py
tsseg/algorithms/bocd/old/hazard_functions.py
tsseg/algorithms/bocd/old/offline_likelihoods.py
tsseg/algorithms/bocd/old/priors.py
tsseg/algorithms/bottomup/__init__.py
tsseg/algorithms/bottomup/detector.py
tsseg/algorithms/clap/__init__.py
tsseg/algorithms/clap/clap.py
tsseg/algorithms/clap/clap_detector.py
tsseg/algorithms/clap/clasp_detector.py
tsseg/algorithms/clap/clasp_knn.py
tsseg/algorithms/clap/distance.py
tsseg/algorithms/clap/nearest_neighbour.py
tsseg/algorithms/clap/scoring.py
tsseg/algorithms/clap/segmentation.py
tsseg/algorithms/clap/utils.py
tsseg/algorithms/clap/validation.py
tsseg/algorithms/clap/window_size.py
tsseg/algorithms/dynp/__init__.py
tsseg/algorithms/dynp/detector.py
tsseg/algorithms/e2usd/__init__.py
tsseg/algorithms/e2usd/detector.py
tsseg/algorithms/e2usd/e2usd.py
tsseg/algorithms/eagglo/__init__.py
tsseg/algorithms/eagglo/detector.py
tsseg/algorithms/espresso/__init__.py
tsseg/algorithms/espresso/detector.py
tsseg/algorithms/espresso/detector_matlab.py
tsseg/algorithms/espresso/matlab/IGTS/IGTS Paper.txt
tsseg/algorithms/espresso/matlab/MatrixProfile/MatrixProfile.txt
tsseg/algorithms/espresso/python/ESPRESSO_Script.py
tsseg/algorithms/espresso/python/__init__.py
tsseg/algorithms/espresso/python/calculateSemanticDensityMatrix.py
tsseg/algorithms/espresso/python/separateGreedyIG.py
tsseg/algorithms/espresso/python/IGTS/IG_Cal.py
tsseg/algorithms/espresso/python/IGTS/Sh_Entropy.py
tsseg/algorithms/espresso/python/IGTS/__init__.py
tsseg/algorithms/espresso/python/MatrixProfile/__init__.py
tsseg/algorithms/espresso/python/MatrixProfile/timeseriesSelfJoinFast.py
tsseg/algorithms/espresso/python/utils/Clean_TS.py
tsseg/algorithms/espresso/python/utils/__init__.py
tsseg/algorithms/fluss/__init__.py
tsseg/algorithms/fluss/detector.py
tsseg/algorithms/ggs/__init__.py
tsseg/algorithms/ggs/detector.py
tsseg/algorithms/hdp_hsmm/__init__.py
tsseg/algorithms/hdp_hsmm/detector.py
tsseg/algorithms/hdp_hsmm/legacy_detector.py
tsseg/algorithms/hdp_hsmm/legacy_pyhsmm.py
tsseg/algorithms/hidalgo/__init__.py
tsseg/algorithms/hidalgo/detector.py
tsseg/algorithms/hmm/__init__.py
tsseg/algorithms/hmm/detector.py
tsseg/algorithms/icid/__init__.py
tsseg/algorithms/icid/detector.py
tsseg/algorithms/icid/matlab/S1.mat
tsseg/algorithms/icid/matlab/S2.mat
tsseg/algorithms/igts/__init__.py
tsseg/algorithms/igts/detector.py
tsseg/algorithms/kcpd/__init__.py
tsseg/algorithms/kcpd/detector.py
tsseg/algorithms/patss/__init__.py
tsseg/algorithms/patss/detector.py
tsseg/algorithms/patss/algorithms/ClaSP.py
tsseg/algorithms/patss/algorithms/FLOSS.py
tsseg/algorithms/patss/algorithms/PaTSS.py
tsseg/algorithms/patss/algorithms/PaTSS_perso.py
tsseg/algorithms/patss/algorithms/__init__.py
tsseg/algorithms/patss/embedding/FrequentPatternMiningEmbedder.py
tsseg/algorithms/patss/embedding/PatternBasedEmbedder.py
tsseg/algorithms/patss/embedding/PatternBasedEmbedding.py
tsseg/algorithms/patss/embedding/__init__.py
tsseg/algorithms/patss/embedding/embedding_matrix.py
tsseg/algorithms/patss/embedding/pattern_filter.py
tsseg/algorithms/patss/embedding/pattern_mining.py
tsseg/algorithms/patss/segmentation/LogisticRegressionSegmentor.py
tsseg/algorithms/patss/segmentation/Segmentor.py
tsseg/algorithms/patss/segmentation/__init__.py
tsseg/algorithms/pelt/__init__.py
tsseg/algorithms/pelt/detector.py
tsseg/algorithms/prophet/__init__.py
tsseg/algorithms/prophet/detector.py
tsseg/algorithms/random/__init__.py
tsseg/algorithms/random/detector.py
tsseg/algorithms/ruptures/__init__.py
tsseg/algorithms/ruptures/base.py
tsseg/algorithms/ruptures/exceptions.py
tsseg/algorithms/ruptures/costs/__init__.py
tsseg/algorithms/ruptures/costs/cosine.py
tsseg/algorithms/ruptures/costs/factory.py
tsseg/algorithms/ruptures/costs/l1.py
tsseg/algorithms/ruptures/costs/l2.py
tsseg/algorithms/ruptures/costs/linear.py
tsseg/algorithms/ruptures/costs/normal.py
tsseg/algorithms/ruptures/costs/rbf.py
tsseg/algorithms/ruptures/detection/__init__.py
tsseg/algorithms/ruptures/detection/binseg.py
tsseg/algorithms/ruptures/detection/bottomup.py
tsseg/algorithms/ruptures/detection/dynp.py
tsseg/algorithms/ruptures/detection/kernelcpd.py
tsseg/algorithms/ruptures/detection/pelt.py
tsseg/algorithms/ruptures/detection/window.py
tsseg/algorithms/ruptures/utils/__init__.py
tsseg/algorithms/ruptures/utils/bnode.py
tsseg/algorithms/ruptures/utils/path.py
tsseg/algorithms/ruptures/utils/peaks.py
tsseg/algorithms/ruptures/utils/utils.py
tsseg/algorithms/tglad/__init__.py
tsseg/algorithms/tglad/detector.py
tsseg/algorithms/tglad/vendor/__init__.py
tsseg/algorithms/tglad/vendor/uGLAD/__init__.py
tsseg/algorithms/tglad/vendor/uGLAD/uglad.py
tsseg/algorithms/tglad/vendor/uGLAD/glad/__init__.py
tsseg/algorithms/tglad/vendor/uGLAD/glad/glad.py
tsseg/algorithms/tglad/vendor/uGLAD/glad/glad_params.py
tsseg/algorithms/tglad/vendor/uGLAD/glad/torch_sqrtm.py
tsseg/algorithms/tglad/vendor/uGLAD/uglad_utils/__init__.py
tsseg/algorithms/tglad/vendor/uGLAD/uglad_utils/metrics.py
tsseg/algorithms/tglad/vendor/uGLAD/uglad_utils/prepare_data.py
tsseg/algorithms/ticc/__init__.py
tsseg/algorithms/ticc/detector.py
tsseg/algorithms/ticc/ticc.py
tsseg/algorithms/time2feat/__init__.py
tsseg/algorithms/time2feat/detector.py
tsseg/algorithms/time2feat/time2feat.py
tsseg/algorithms/time2state/__init__.py
tsseg/algorithms/time2state/detector.py
tsseg/algorithms/time2state/time2state.py
tsseg/algorithms/tire/__init__.py
tsseg/algorithms/tire/detector.py
tsseg/algorithms/tire/utils.py
tsseg/algorithms/tire/old/TIRE.py
tsseg/algorithms/tire/old/main.py
tsseg/algorithms/tirex/__init__.py
tsseg/algorithms/tirex/detector.py
tsseg/algorithms/tscp2/__init__.py
tsseg/algorithms/tscp2/detector.py
tsseg/algorithms/tscp2/losses.py
tsseg/algorithms/tscp2/network.py
tsseg/algorithms/vqtss/__init__.py
tsseg/algorithms/vqtss/detector.py
tsseg/algorithms/vqtss/network.py
tsseg/algorithms/vqtss/test_vqtss_mocap.py
tsseg/algorithms/vsax/__init__.py
tsseg/algorithms/vsax/breakpoints.py
tsseg/algorithms/vsax/detector.py
tsseg/algorithms/window/__init__.py
tsseg/algorithms/window/detector.py
tsseg/data/__init__.py
tsseg/data/datasets.py
tsseg/data/mocap/86_01.csv
tsseg/data/mocap/86_02.csv
tsseg/data/mocap/86_03.csv
tsseg/data/mocap/86_07.csv
tsseg/data/mocap/86_08.csv
tsseg/data/mocap/86_09.csv
tsseg/data/mocap/86_10.csv
tsseg/data/mocap/86_11.csv
tsseg/data/mocap/86_14.csv
tsseg/metrics/__init__.py
tsseg/metrics/base.py
tsseg/metrics/bidirectional_covering.py
tsseg/metrics/change_point_detection.py
tsseg/metrics/gaussian_f1.py
tsseg/metrics/state_detection.py