.banditrc
.coveragerc
.gitattributes
.gitignore
.pylintrc
LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
.githooks/pre-commit
.github/workflows/wf01-tests.yml
.github/workflows/wf02-coverage.yml
.github/workflows/wf03-quality.yml
mcdm/VERSION.txt
mcdm/__init__.py
mcdm/_metadata.py
mcdm/_version.py
mcdm/helper_correlation.py
mcdm/helper_normalization.py
mcdm/helper_scoring.py
mcdm/helper_validation.py
mcdm/helper_weighting.py
mcdm/main.py
mcdm.egg-info/PKG-INFO
mcdm.egg-info/SOURCES.txt
mcdm.egg-info/dependency_links.txt
mcdm.egg-info/not-zip-safe
mcdm.egg-info/requires.txt
mcdm.egg-info/top_level.txt
mcdm/correlation/__init__.py
mcdm/correlation/abspearson_method.py
mcdm/correlation/dcor_method.py
mcdm/correlation/pearson_method.py
mcdm/normalization/__init__.py
mcdm/normalization/linear1_method.py
mcdm/normalization/linear2_method.py
mcdm/normalization/linear3_method.py
mcdm/normalization/vector_method.py
mcdm/scoring/__init__.py
mcdm/scoring/mew_method.py
mcdm/scoring/mtopsis_method.py
mcdm/scoring/saw_method.py
mcdm/scoring/topsis_method.py
mcdm/tests/__init__.py
mcdm/tests/helper_testing.py
mcdm/tests/test_helper_correlation.py
mcdm/tests/test_helper_normalization.py
mcdm/tests/test_helper_scoring.py
mcdm/tests/test_helper_validation.py
mcdm/tests/test_helper_weighting.py
mcdm/tests/test_main.py
mcdm/tests/test_mcdm.py
mcdm/tests/correlation/__init__.py
mcdm/tests/correlation/test_abspearson_method.py
mcdm/tests/correlation/test_dcor_method.py
mcdm/tests/correlation/test_pearson_method.py
mcdm/tests/data/example01.csv
mcdm/tests/data/example02.csv
mcdm/tests/data/example03.tsv
mcdm/tests/data/example04.tsv
mcdm/tests/data/example05.csv
mcdm/tests/data/example06.csv
mcdm/tests/data/example07.csv
mcdm/tests/data/example08.tsv
mcdm/tests/data/example09.tsv
mcdm/tests/data/failure01.tsv
mcdm/tests/data/failure02.tsv
mcdm/tests/data/failure03.csv
mcdm/tests/normalization/__init__.py
mcdm/tests/normalization/test_linear1_method.py
mcdm/tests/normalization/test_linear2_method.py
mcdm/tests/normalization/test_linear3_method.py
mcdm/tests/normalization/test_vector_method.py
mcdm/tests/scoring/__init__.py
mcdm/tests/scoring/test_mew_method.py
mcdm/tests/scoring/test_mtopsis_method.py
mcdm/tests/scoring/test_saw_method.py
mcdm/tests/scoring/test_topsis_method.py
mcdm/tests/weighting/__init__.py
mcdm/tests/weighting/test_critic_method.py
mcdm/tests/weighting/test_em_method.py
mcdm/tests/weighting/test_mw_method.py
mcdm/tests/weighting/test_sd_method.py
mcdm/tests/weighting/test_vic_method.py
mcdm/weighting/__init__.py
mcdm/weighting/critic_method.py
mcdm/weighting/em_method.py
mcdm/weighting/mw_method.py
mcdm/weighting/sd_method.py
mcdm/weighting/vic_method.py