MANIFEST.in
README.md
requirements.txt
setup.py
doc/Makefile
doc/algorithms.rst
doc/conf.py
doc/index.rst
doc/input.rst
doc/modules.rst
doc/output.rst
doc/truthdiscovery.algorithm.rst
doc/truthdiscovery.client.rst
doc/truthdiscovery.client.web.rst
doc/truthdiscovery.graphs.backends.rst
doc/truthdiscovery.graphs.rst
doc/truthdiscovery.input.rst
doc/truthdiscovery.output.rst
doc/truthdiscovery.rst
doc/truthdiscovery.test.rst
doc/truthdiscovery.utils.rst
doc/visual.rst
doc/images/example_animation.gif
doc/images/example_graph_dataset.png
doc/images/example_graph_dataset_results_based.png
truthdiscovery/__init__.py
truthdiscovery/exceptions.py
truthdiscovery.egg-info/PKG-INFO
truthdiscovery.egg-info/SOURCES.txt
truthdiscovery.egg-info/dependency_links.txt
truthdiscovery.egg-info/entry_points.txt
truthdiscovery.egg-info/requires.txt
truthdiscovery.egg-info/top_level.txt
truthdiscovery/algorithm/__init__.py
truthdiscovery/algorithm/average_log.py
truthdiscovery/algorithm/base.py
truthdiscovery/algorithm/investment.py
truthdiscovery/algorithm/pooled_investment.py
truthdiscovery/algorithm/sums.py
truthdiscovery/algorithm/truth_finder.py
truthdiscovery/algorithm/voting.py
truthdiscovery/client/__init__.py
truthdiscovery/client/base.py
truthdiscovery/client/cli.py
truthdiscovery/client/web/__init__.py
truthdiscovery/client/web/server.py
truthdiscovery/client/web/static/app/animator.js
truthdiscovery/client/web/static/app/app.js
truthdiscovery/client/web/static/app/graph_drawer.js
truthdiscovery/client/web/static/app/matrix.js
truthdiscovery/client/web/static/app/templates/form.html
truthdiscovery/client/web/static/app/templates/results.html
truthdiscovery/client/web/static/css/spectre-exp.min.css
truthdiscovery/client/web/static/css/spectre-icons.min.css
truthdiscovery/client/web/static/css/spectre.min.css
truthdiscovery/client/web/static/css/style.css
truthdiscovery/client/web/static/js/angular.min.js
truthdiscovery/client/web/static/js/jquery-3.3.1.min.js
truthdiscovery/client/web/templates/index.html
truthdiscovery/graphs/__init__.py
truthdiscovery/graphs/animation.py
truthdiscovery/graphs/colours.py
truthdiscovery/graphs/draw.py
truthdiscovery/graphs/entities.py
truthdiscovery/graphs/backends/__init__.py
truthdiscovery/graphs/backends/base.py
truthdiscovery/graphs/backends/json_backend.py
truthdiscovery/graphs/backends/png_backend.py
truthdiscovery/input/__init__.py
truthdiscovery/input/dataset.py
truthdiscovery/input/file_helpers.py
truthdiscovery/input/matrix_dataset.py
truthdiscovery/input/supervised_data.py
truthdiscovery/input/synthetic_data.py
truthdiscovery/output/__init__.py
truthdiscovery/output/diff.py
truthdiscovery/output/result.py
truthdiscovery/test/__init__.py
truthdiscovery/test/test_algorithms.py
truthdiscovery/test/test_clients.py
truthdiscovery/test/test_codestyle.py
truthdiscovery/test/test_drawing.py
truthdiscovery/test/test_input.py
truthdiscovery/test/test_iterators.py
truthdiscovery/test/test_result.py
truthdiscovery/test/utils.py
truthdiscovery/utils/__init__.py
truthdiscovery/utils/iterator.py