CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
docs/Makefile
docs/backend.rst
docs/citing.rst
docs/conf.py
docs/contributing.rst
docs/dependencies.rst
docs/gettingstarted.rst
docs/index.rst
docs/installation.rst
docs/integration_other_software.rst
docs/make.bat
docs/quickstart.rst
docs/reference.rst
docs/requirements_rtd.txt
docs/variablelength.rst
docs/_static/custom.css
docs/_static/custom.js
docs/_static/tslearn_logo.jpg
docs/_static/tslearn_logo.png
docs/_static/tslearn_logo.svg
docs/_static/tslearn_logo_dark_background.png
docs/_static/tslearn_logo_white_background.png
docs/_static/img/bary_interp_thumb.png
docs/_static/img/dtw_thumb.png
docs/_static/img/itakura.png
docs/_static/img/kernel_kmeans.svg
docs/_static/img/kmeans.svg
docs/_static/img/kmeans_dtw.svg
docs/_static/img/kmeans_thumb.png
docs/_static/img/logo.png
docs/_static/img/sakoe_chiba.png
docs/_static/img/sax_thumb.png
docs/_static/img/softdtw_alignment.png
docs/_templates/class.rst
docs/_templates/function.rst
docs/_templates/module.rst
docs/_templates/numpydoc_docstring.rst
docs/datasets/Beef/Beef.txt
docs/datasets/Beef/Beef_TEST.arff
docs/datasets/Beef/Beef_TEST.ts
docs/datasets/Beef/Beef_TEST.txt
docs/datasets/Beef/Beef_TRAIN.arff
docs/datasets/Beef/Beef_TRAIN.ts
docs/datasets/Beef/Beef_TRAIN.txt
docs/datasets/Car/Car.txt
docs/datasets/Car/Car_TEST.arff
docs/datasets/Car/Car_TEST.ts
docs/datasets/Car/Car_TEST.txt
docs/datasets/Car/Car_TRAIN.arff
docs/datasets/Car/Car_TRAIN.ts
docs/datasets/Car/Car_TRAIN.txt
docs/datasets/Coffee/Coffee.txt
docs/datasets/Coffee/Coffee_TEST.arff
docs/datasets/Coffee/Coffee_TEST.ts
docs/datasets/Coffee/Coffee_TEST.txt
docs/datasets/Coffee/Coffee_TRAIN.arff
docs/datasets/Coffee/Coffee_TRAIN.ts
docs/datasets/Coffee/Coffee_TRAIN.txt
docs/datasets/ECG200/ECG200.txt
docs/datasets/ECG200/ECG200_TEST.arff
docs/datasets/ECG200/ECG200_TEST.ts
docs/datasets/ECG200/ECG200_TEST.txt
docs/datasets/ECG200/ECG200_TRAIN.arff
docs/datasets/ECG200/ECG200_TRAIN.ts
docs/datasets/ECG200/ECG200_TRAIN.txt
docs/datasets/FaceFour/FaceFour.txt
docs/datasets/FaceFour/FaceFour_TEST.arff
docs/datasets/FaceFour/FaceFour_TEST.ts
docs/datasets/FaceFour/FaceFour_TEST.txt
docs/datasets/FaceFour/FaceFour_TRAIN.arff
docs/datasets/FaceFour/FaceFour_TRAIN.ts
docs/datasets/FaceFour/FaceFour_TRAIN.txt
docs/datasets/GunPoint/GunPoint.txt
docs/datasets/GunPoint/GunPoint_TEST.arff
docs/datasets/GunPoint/GunPoint_TEST.ts
docs/datasets/GunPoint/GunPoint_TEST.txt
docs/datasets/GunPoint/GunPoint_TRAIN.arff
docs/datasets/GunPoint/GunPoint_TRAIN.ts
docs/datasets/GunPoint/GunPoint_TRAIN.txt
docs/datasets/Lightning2/Lightning2.txt
docs/datasets/Lightning2/Lightning2_TEST.arff
docs/datasets/Lightning2/Lightning2_TEST.ts
docs/datasets/Lightning2/Lightning2_TEST.txt
docs/datasets/Lightning2/Lightning2_TRAIN.arff
docs/datasets/Lightning2/Lightning2_TRAIN.ts
docs/datasets/Lightning2/Lightning2_TRAIN.txt
docs/datasets/Lightning7/Lightning7.txt
docs/datasets/Lightning7/Lightning7_TEST.arff
docs/datasets/Lightning7/Lightning7_TEST.ts
docs/datasets/Lightning7/Lightning7_TEST.txt
docs/datasets/Lightning7/Lightning7_TRAIN.arff
docs/datasets/Lightning7/Lightning7_TRAIN.ts
docs/datasets/Lightning7/Lightning7_TRAIN.txt
docs/datasets/OliveOil/OliveOil.txt
docs/datasets/OliveOil/OliveOil_TEST.arff
docs/datasets/OliveOil/OliveOil_TEST.ts
docs/datasets/OliveOil/OliveOil_TEST.txt
docs/datasets/OliveOil/OliveOil_TRAIN.arff
docs/datasets/OliveOil/OliveOil_TRAIN.ts
docs/datasets/OliveOil/OliveOil_TRAIN.txt
docs/datasets/Plane/Plane.txt
docs/datasets/Plane/Plane_TEST.arff
docs/datasets/Plane/Plane_TEST.ts
docs/datasets/Plane/Plane_TEST.txt
docs/datasets/Plane/Plane_TRAIN.arff
docs/datasets/Plane/Plane_TRAIN.ts
docs/datasets/Plane/Plane_TRAIN.txt
docs/datasets/SyntheticControl/SyntheticControl.txt
docs/datasets/SyntheticControl/SyntheticControl_TEST.arff
docs/datasets/SyntheticControl/SyntheticControl_TEST.ts
docs/datasets/SyntheticControl/SyntheticControl_TEST.txt
docs/datasets/SyntheticControl/SyntheticControl_TRAIN.arff
docs/datasets/SyntheticControl/SyntheticControl_TRAIN.ts
docs/datasets/SyntheticControl/SyntheticControl_TRAIN.txt
docs/examples/README.txt
docs/examples/autodiff/README.txt
docs/examples/autodiff/plot_soft_dtw_loss_for_pytorch_nn.py
docs/examples/classification/README.txt
docs/examples/classification/plot_early_classification.py
docs/examples/classification/plot_shapelet_distances.py
docs/examples/classification/plot_shapelet_locations.py
docs/examples/classification/plot_shapelets.py
docs/examples/classification/plot_svm.py
docs/examples/clustering/README.txt
docs/examples/clustering/plot_barycenter_interpolate.py
docs/examples/clustering/plot_barycenters.py
docs/examples/clustering/plot_kernel_kmeans.py
docs/examples/clustering/plot_kmeans.py
docs/examples/clustering/plot_kshape.py
docs/examples/metrics/README.txt
docs/examples/metrics/plot_ctw.py
docs/examples/metrics/plot_dtw.py
docs/examples/metrics/plot_dtw_custom_metric.py
docs/examples/metrics/plot_frechet.py
docs/examples/metrics/plot_lb_keogh.py
docs/examples/metrics/plot_lcss.py
docs/examples/metrics/plot_lcss_custom_metric.py
docs/examples/metrics/plot_sdtw.py
docs/examples/metrics/plot_softdtw_path.py
docs/examples/misc/README.txt
docs/examples/misc/plot_distance_and_matrix_profile.py
docs/examples/misc/plot_matrix_profile.py
docs/examples/misc/plot_sax.py
docs/examples/misc/plot_serialize_models.py
docs/examples/neighbors/README.txt
docs/examples/neighbors/plot_knn_search.py
docs/examples/neighbors/plot_knnts_sklearn.py
docs/examples/neighbors/plot_neighbors.py
docs/examples/neighbors/plot_sax_mindist_knn.py
docs/examples/sample_data/Xi_0.txt
docs/examples/sample_data/Xi_1.txt
docs/examples/sample_data/Xi_ref.txt
docs/gen_modules/tslearn.barycenters.rst
docs/gen_modules/tslearn.clustering.rst
docs/gen_modules/tslearn.datasets.rst
docs/gen_modules/tslearn.early_classification.rst
docs/gen_modules/tslearn.generators.rst
docs/gen_modules/tslearn.matrix_profile.rst
docs/gen_modules/tslearn.metrics.rst
docs/gen_modules/tslearn.neighbors.rst
docs/gen_modules/tslearn.neural_network.rst
docs/gen_modules/tslearn.piecewise.rst
docs/gen_modules/tslearn.preprocessing.rst
docs/gen_modules/tslearn.shapelets.rst
docs/gen_modules/tslearn.svm.rst
docs/gen_modules/tslearn.utils.rst
docs/user_guide/clustering.rst
docs/user_guide/dtw.rst
docs/user_guide/early.rst
docs/user_guide/kernel.rst
docs/user_guide/lcss.rst
docs/user_guide/matrix-profile.rst
docs/user_guide/shapelets.rst
docs/user_guide/userguide.rst
tests/__init__.py
tests/sklearn_patches.py
tests/test_barycenters.py
tests/test_clustering.py
tests/test_estimators.py
tests/test_matrixprofile.py
tests/test_metrics.py
tests/test_neighbors.py
tests/test_piecewise.py
tests/test_preprocessing.py
tests/test_serialize_models.py
tests/test_shapelets.py
tests/test_svm.py
tests/test_utils.py
tests/test_variablelength.py
tslearn/__init__.py
tslearn/.cached_datasets/Trace.npz
tslearn/.cached_datasets/singleTrainTest.csv
tslearn/backend/__init__.py
tslearn/backend/backend.py
tslearn/backend/numpy_backend.py
tslearn/backend/pytorch_backend.py
tslearn/barycenters/__init__.py
tslearn/barycenters/dba.py
tslearn/barycenters/euclidean.py
tslearn/barycenters/softdtw.py
tslearn/barycenters/utils.py
tslearn/bases/__init__.py
tslearn/bases/bases.py
tslearn/clustering/__init__.py
tslearn/clustering/kmeans.py
tslearn/clustering/kshape.py
tslearn/clustering/utils.py
tslearn/datasets/__init__.py
tslearn/datasets/cached.py
tslearn/datasets/datasets.py
tslearn/datasets/ucr_uea.py
tslearn/early_classification/__init__.py
tslearn/early_classification/early_classification.py
tslearn/generators/__init__.py
tslearn/generators/generators.py
tslearn/hdftools/__init__.py
tslearn/hdftools/hdftools.py
tslearn/matrix_profile/__init__.py
tslearn/matrix_profile/matrix_profile.py
tslearn/metrics/__init__.py
tslearn/metrics/ctw.py
tslearn/metrics/cycc.py
tslearn/metrics/cysax.py
tslearn/metrics/dtw_variants.py
tslearn/metrics/frechet.py
tslearn/metrics/sax.py
tslearn/metrics/soft_dtw_fast.py
tslearn/metrics/soft_dtw_loss_pytorch.py
tslearn/metrics/softdtw_variants.py
tslearn/metrics/utils.py
tslearn/neighbors/__init__.py
tslearn/neighbors/neighbors.py
tslearn/neural_network/__init__.py
tslearn/neural_network/neural_network.py
tslearn/piecewise/__init__.py
tslearn/piecewise/piecewise.py
tslearn/preprocessing/__init__.py
tslearn/preprocessing/preprocessing.py
tslearn/shapelets/__init__.py
tslearn/shapelets/shapelets.py
tslearn/svm/__init__.py
tslearn/svm/svm.py
tslearn/utils/__init__.py
tslearn/utils/cast.py
tslearn/utils/utils.py