Skip to content

tarikaltuncu/GraphConstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains Python 3 implementations of some of the graph construstion methods I used for some of my experiments.

Installation

Clone the repository and open the folder on your terminal. Then:

pip install -U .

Use pip install -U .[cknn] or pip install -U .[distanceclosure] if you want to use these methods as well.

Usage

from GraphConstruction import methods
from GraphConstruction.methods import vectors2distance
D = vectors2distance(list_of_vectors, metric='cosine', normalised=False)

References

This repository is completely experimental, thus there is no need to cite anything about it. However, please cite the corresponding work when using any specific method through this collection. While the source code contains metadata including bibliographical and implementation sources for most of the methods, this metadata may not be complete. Thus, please take extra care and check for yourselves.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published