LICENSE
README.md
pyproject.toml
setup.py
benchmarks/propositional/models/Baseline/Random-Model/random_model.py
benchmarks/relational/models/Baseline/Random-Model/random_model.py
benchmarks/relational/models/Baseline/Transitive-Closure/transitive_closure.py
benchmarks/syllogistic/models/2012-Khemlani/Atmosphere/atmosphere.py
benchmarks/syllogistic/models/2012-Khemlani/Conversion/conversion.py
benchmarks/syllogistic/models/2012-Khemlani/Matching/matching.py
benchmarks/syllogistic/models/2012-Khemlani/MentalModels/mmt.py
benchmarks/syllogistic/models/2012-Khemlani/PHM/phm.py
benchmarks/syllogistic/models/2012-Khemlani/PSYCOP/psycop.py
benchmarks/syllogistic/models/2012-Khemlani/VerbalModels/verbalmodels.py
benchmarks/syllogistic/models/2019-Brand/TransSet/transset.py
benchmarks/syllogistic/models/2019-Riesterer/autoencoder/autoenc_model.py
benchmarks/syllogistic/models/2019-Riesterer/autoencoder/autoencoder.py
benchmarks/syllogistic/models/2019-Riesterer/mlp/onehot.py
benchmarks/syllogistic/models/2019-Riesterer/mlp/sylmlp.py
benchmarks/syllogistic/models/2019-Riesterer/rnn/onehot.py
benchmarks/syllogistic/models/2019-Riesterer/rnn/sylrnn.py
benchmarks/syllogistic/models/Baseline/MFA-Model/mfa_model.py
benchmarks/syllogistic/models/Baseline/NVC-Model/nvc_model.py
benchmarks/syllogistic/models/Baseline/Uniform-Model/uniform_model.py
ccobra/__init__.py
ccobra/comparator.py
ccobra/data.py
ccobra/encoder.py
ccobra/helper.py
ccobra/item.py
ccobra/model.py
ccobra/version.py
ccobra.egg-info/PKG-INFO
ccobra.egg-info/SOURCES.txt
ccobra.egg-info/dependency_links.txt
ccobra.egg-info/entry_points.txt
ccobra.egg-info/top_level.txt
ccobra/benchmark/__init__.py
ccobra/benchmark/benchmark.py
ccobra/benchmark/contextmanager.py
ccobra/benchmark/evaluation_handler.py
ccobra/benchmark/evaluator.py
ccobra/benchmark/modelimporter.py
ccobra/benchmark/runner.py
ccobra/benchmark/comparators/__init__.py
ccobra/benchmark/comparators/absdiff.py
ccobra/benchmark/comparators/equality.py
ccobra/benchmark/comparators/nvc.py
ccobra/benchmark/comparators/squareddiff.py
ccobra/benchmark/visualization/__init__.py
ccobra/benchmark/visualization/html2canvas.min.js
ccobra/benchmark/visualization/html_creator.py
ccobra/benchmark/visualization/plotly-latest.min.js
ccobra/benchmark/visualization/template_accuracy.html
ccobra/benchmark/visualization/template_box.html
ccobra/benchmark/visualization/template_mfa.css
ccobra/benchmark/visualization/template_mfa.html
ccobra/benchmark/visualization/template_model_log.css
ccobra/benchmark/visualization/template_model_log.html
ccobra/benchmark/visualization/template_page.css
ccobra/benchmark/visualization/template_page.html
ccobra/benchmark/visualization/template_subject_table.css
ccobra/benchmark/visualization/template_subject_table.html
ccobra/benchmark/visualization/viz_plot.py
ccobra/encoders/__init__.py
ccobra/encoders/response_encoder_identity.py
ccobra/propositional/__init__.py
ccobra/propositional/resp_encoder_prop.py
ccobra/propositional/task_encoder_prop.py
ccobra/spatial/__init__.py
ccobra/spatial/spatial.py
ccobra/syllogistic/__init__.py
ccobra/syllogistic/resp_encoder_syl.py
ccobra/syllogistic/syllogism.py
ccobra/syllogistic/task_encoder_syl.py
ccobra/syllogistic_generalized/__init__.py
ccobra/syllogistic_generalized/resp_encoder_sylgen.py
ccobra/syllogistic_generalized/syllogism_gen.py
ccobra/syllogistic_generalized/task_encoder_sylgen.py
docs/source/conf.py