LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
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/crh.py
truthdiscovery/algorithm/investment.py
truthdiscovery/algorithm/pooled_investment.py
truthdiscovery/algorithm/sums.py
truthdiscovery/algorithm/truth_finder.py
truthdiscovery/algorithm/unboundedsums.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/examples/__init__.py
truthdiscovery/examples/animation.py
truthdiscovery/examples/convergence_test.py
truthdiscovery/examples/drawing.py
truthdiscovery/examples/sample_run.py
truthdiscovery/examples/synthetic_experiment.py
truthdiscovery/examples/timing_test.py
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