.gitignore
.gitlab-ci.yml
.travis.yml
LICENSE.txt
MANIFEST.in
README.md
requirements.txt
requirements.yml
requirements_dev.yml
setup.py
docs/Makefile
docs/make.bat
docs/source/aboutUsDoc.rst
docs/source/conf.py
docs/source/exactKmedoidsDoc.rst
docs/source/furtherReadingDoc.rst
docs/source/gettingStartedDoc.rst
docs/source/index.rst
docs/source/integratedSoftwareDoc.rst
docs/source/legalNoticeDoc.rst
docs/source/mathematicalBackgroundDoc.rst
docs/source/newsDoc.rst
docs/source/periodAggregationDoc.rst
docs/source/representationsDoc.rst
docs/source/segmentationDoc.rst
docs/source/structureOfTsamDoc.rst
docs/source/timeseriesaggregationDoc.rst
docs/source/tutorialDoc.rst
docs/source/usersGuideDoc.rst
examples/aggregation_example.ipynb
examples/aggregation_method_showcase.ipynb
examples/aggregation_optiinput.ipynb
examples/aggregation_representation.ipynb
examples/aggregation_segmentation.ipynb
examples/get_clustercenter_indices.py
examples/predefined_sequence_example.ipynb
examples/testdata.csv
examples/results/preprocessed_wind.csv
examples/results/testperiods_hierarchical.csv
examples/results/testperiods_kmeans.csv
examples/results/testperiods_kmedoids.csv
examples/results/testperiods_predefClusterOrder.csv
examples/results/testperiods_predefClusterOrderAndClusterCenters.csv
examples/results/testperiods_segmentation.csv
test/test_accuracyIndicators.py
test/test_adjacent_periods.py
test/test_aggregate_hiearchical.py
test/test_assert_raises.py
test/test_averaging.py
test/test_cluster_order.py
test/test_durationCurve.py
test/test_extremePeriods.py
test/test_hierarchical.py
test/test_k_medoids.py
test/test_minmaxRepresentation.py
test/test_preprocess.py
test/test_properties.py
test/test_samemean.py
test/test_segmentation.py
test/test_subhourlyResolution.py
test/test_subhourly_periods.py
test/test_weightingFactors.py
tsam/__init__.py
tsam/periodAggregation.py
tsam/representations.py
tsam/timeseriesaggregation.py
tsam.egg-info/PKG-INFO
tsam.egg-info/SOURCES.txt
tsam.egg-info/dependency_links.txt
tsam.egg-info/requires.txt
tsam.egg-info/top_level.txt
tsam/utils/__init__.py
tsam/utils/k_medoids_exact.py
tsam/utils/segmentation.py