.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pixi.lock
pyproject.toml
.github/dependabot.yml
.github/workflows/deploy-gh-pages.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/python-app.yml
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/make.bat
doc/quick_start.rst
doc/user_guide.rst
doc/_static/css/project-template.css
doc/_static/img/index_api.svg
doc/_static/img/index_examples.svg
doc/_static/img/index_getting_started.svg
doc/_static/img/index_user_guide.svg
doc/_static/img/logo.png
doc/_static/js/copybutton.js
doc/_templates/class.rst
doc/_templates/function.rst
doc/_templates/numpydoc_docstring.py
doc/_templates/sidebar-search-bs.html
examples/README.txt
examples/plot_classifier.py
fsvm/__init__.py
fsvm/_fuzzy_svc.py
fsvm/_version.py
fsvm.egg-info/PKG-INFO
fsvm.egg-info/SOURCES.txt
fsvm.egg-info/dependency_links.txt
fsvm.egg-info/requires.txt
fsvm.egg-info/top_level.txt
fsvm/tests/__init__.py
fsvm/tests/test_common.py
fsvm/tests/test_fuzzy_svc.py
fsvm/utils/__init__.py
fsvm/utils/discovery.py
fsvm/utils/tests/__init__.py
fsvm/utils/tests/test_discovery.py