A little CCF implementation in a Spark context with networkx
Project description
CcfSpark version 0.3
A little CCF implementation in a Spark context with networkx.
Installation
Use the package manager pip to install.
pip install ccf_spark
Usage
import ccf_spark
sc = SparkContext()
p = ccf_spark.CcfSpark(
sc,
secondary_sorting=True,
)
p.iterate_all()
print(p.print())
Or see example.py
Authors
- Théo Chennebault
- Louis Ledeoux
- Théophile Dano
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ccf_spark-0.3.1.tar.gz
(3.7 kB
view hashes)