10000 GitHub - geofizx/rough-clustering: Clustering based on rough set theory
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

geofizx/rough-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Implementations of Clustering Using Rough Sets

###Description Rough clustering for integer features - See /code/README_rough_sets Rough k-means clustering for float features - See /code/README_rough_kmeans

####Input

Both algorithms take as input a dictionary with <feature_name> : list pairs (float/integer features)

####Usage

/tests/rough_clustering_tests.py - example usage and tests for known 2-class clustering problem in UCI Statlog Data
set for credit risk

/tests/rough_kmeans_tests.py - example usage and tests for known 4-class clustering problem

About

Clustering based on rough set theory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0