Barycenter method in python. Take a look at original article: https://arxiv.org/abs/1801.10533
We run the command on desired installation environment:
pip install pybary
We may code examples by performing following actions
- Run command
python examples/example.py
from package root folder; - Open notebook
examples/example.ipynb
and run cell on given order.