Skip to content

Nexalogy/clustering-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clustering-benchmark

toolkit for benchmark clustering algorithms

Install

Run

python setup.py install

Usage

After installed, use it as a library

from clustering_benchmark import ClusteringBenchmark

bm = ClusteringBenchmark(gt_data=gt)

scores = bm.evaluate_vmeasure(prediction)

print("Evaluation results:")
print(scores)

For details, please see the script in tools/run_clustering_test.py

About

toolkit for benchmark clustering algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%