Skip to content

compTAG/dbspan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBSpan

This repo is a quick and dirty implementation of the DBSpan algorithm.

Getting started

I assume that you are working on a unix based system such as OS X or Ubuntu and have installed

  • python
  • mini conda

I recommend setting up an environment with conda and install pip

conda create --name dbspan python=3.10 pip

Activate the environment

conda activate dbspan

Run the tests with

make test

When you want to clean up

conda deactivate
conda remove -n dbspan --all

Acknowledgements

The project setup is loosely based around Martin Heinz's Ultimate Setup for Your Next Python Project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published