上传者: 42133861
|
上传时间: 2021-11-19 10:13:06
|
文件大小: 3.12MB
|
文件类型: -
使用粗糙集进行聚类的Python实现
###说明整数特征的粗糙聚类-请参见/ code / README_rough_sets浮点特征的粗糙k均值聚类-请参见/ code / README_rough_kmeans
####输入
Both algorithms take as input a dictionary with : list pairs (float/integer features)
####用法
/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 u