.coverage
.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.md
appveyor.yml
differences.md
meta.yaml
requirements.txt
setup.cfg
setup.py
usage.ipynb
.circleci/config.yml
.github/workflows/python-publish.yml
data/circle_data.csv
data/curve_data.csv
data/tree_data.csv
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/make.bat
doc/quick_start.rst
doc/user_guide.rst
doc/_autosummary/elpigraph.rst
doc/_static/css/project-template.css
doc/_static/js/copybutton.js
doc/_templates/class.rst
doc/_templates/function.rst
doc/_templates/numpydoc_docstring.py
elpigraph/.coverage
elpigraph/_AlterStructure.py
elpigraph/_BaseElPiWrapper.py
elpigraph/_EMAdjustment.py
elpigraph/__init__.py
elpigraph/_graph_editing.py
elpigraph/_topologies.py
elpigraph/_version.py
elpigraph/plot.py
elpigraph/utils.py
elpigraph/src/BaseElPi.py
elpigraph/src/PCA.py
elpigraph/src/__init__.py
elpigraph/src/core.py
elpigraph/src/distutils.py
elpigraph/src/grammar_operations.py
elpigraph/src/graphs.py
elpigraph/src/reporting.py
elpigraph/src/supervised.py
elpigraph/src/synthetic.py
elpigraph/tests/__init__.py
elpigraph/tests/test_all_params.py
elpigraph_python.egg-info/PKG-INFO
elpigraph_python.egg-info/SOURCES.txt
elpigraph_python.egg-info/dependency_links.txt
elpigraph_python.egg-info/not-zip-safe
elpigraph_python.egg-info/requires.txt
elpigraph_python.egg-info/top_level.txt
examples/README.txt
examples/fit_circle.py
examples/fit_curve.py
examples/fit_tree.py