Metadata-Version: 2.1
Name: fosqca
Version: 0.1.1
Summary: 
License: MIT
Author: Tibo Ulens
Author-email: ulens.tibo@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Description-Content-Type: text/markdown

# Family of Sets QCA

A modification of the standard QCA algorithm that can take multiple sets as arguments

## Algorithm Outline

1. Generate and merge all possible rules for each input set
1. Select all possible subsets of merged rules that meet the consistency and
   coverage thresholds for all input sets
1. Sort by highest average consistency and coverage

