文件名称:xcluster-master
-
所属分类:
- 标签属性:
- 上传时间:2017-12-13
-
文件大小:9.16mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
SIGKDD2017上的文章,该算法适合数据集类簇数和数据条目都比较大的情况,聚类效率高(It is suitable for large number of data categories and data items, and the efficiency of clustering is high)
相关搜索: 在线层次聚类
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
xcluster-master | ||
xcluster-master\LICENSE.txt | 11358 | 2017-08-31 |
xcluster-master\NOTICE.txt | 699 | 2017-08-31 |
xcluster-master\README.md | 3018 | 2017-08-31 |
xcluster-master\bin | ||
xcluster-master\bin\build.sh | 74 | 2017-08-31 |
xcluster-master\bin\data_processing | ||
xcluster-master\bin\data_processing\download_aloi.sh | 255 | 2017-08-31 |
xcluster-master\bin\data_processing\download_glass.sh | 316 | 2017-08-31 |
xcluster-master\bin\data_processing\process_aloi.py | 949 | 2017-08-31 |
xcluster-master\bin\download_data.sh | 135 | 2017-08-31 |
xcluster-master\bin\flat | ||
xcluster-master\bin\flat\aloi | ||
xcluster-master\bin\flat\aloi\run_perch.sh | 988 | 2017-08-31 |
xcluster-master\bin\flat\aloi\run_perch_b.sh | 1017 | 2017-08-31 |
xcluster-master\bin\flat\glass | ||
xcluster-master\bin\flat\glass\run_perch.sh | 986 | 2017-08-31 |
xcluster-master\bin\hierarchical | ||
xcluster-master\bin\hierarchical\aloi | ||
xcluster-master\bin\hierarchical\aloi\run_perch.sh | 979 | 2017-08-31 |
xcluster-master\bin\hierarchical\aloi\run_perch_b.sh | 1008 | 2017-08-31 |
xcluster-master\bin\hierarchical\aloi\run_perch_py.sh | 871 | 2017-08-31 |
xcluster-master\bin\hierarchical\glass | ||
xcluster-master\bin\hierarchical\glass\run_perch.sh | 980 | 2017-08-31 |
xcluster-master\bin\hierarchical\glass\run_perch_py.sh | 873 | 2017-08-31 |
xcluster-master\bin\setup.sh | 831 | 2017-08-31 |
xcluster-master\bin\test | ||
xcluster-master\bin\test\test_perch_dendrogram_purity.sh | 1579 | 2017-08-31 |
xcluster-master\bin\test\test_perch_dendrogram_purity_py.sh | 75 | 2017-08-31 |
xcluster-master\bin\util | ||
xcluster-master\bin\util\collect_and_format_results.sh | 921 | 2017-08-31 |
xcluster-master\bin\util\format_result_table.py | 2161 | 2017-08-31 |
xcluster-master\bin\util\graphviz_tree.sh | 121 | 2017-08-31 |
xcluster-master\bin\util\install_mvn.sh | 237 | 2017-08-31 |
xcluster-master\bin\util\score_pairwise.sh | 303 | 2017-08-31 |
xcluster-master\bin\util\score_tree.sh | 312 | 2017-08-31 |
xcluster-master\bin\util\shuffle_dataset.sh | 397 | 2017-08-31 |
xcluster-master\data | ||
xcluster-master\data\separated-10.tsv | 189354 | 2017-08-31 |
xcluster-master\data\separated-100.tsv | 1826114 | 2017-08-31 |
xcluster-master\data\separated-1000.tsv | 18856541 | 2017-08-31 |
xcluster-master\data\separated-2.tsv | 44709 | 2017-08-31 |
xcluster-master\pom.xml | 6268 | 2017-08-31 |
xcluster-master\src | ||
xcluster-master\src\python | ||
xcluster-master\src\python\xcluster | ||
xcluster-master\src\python\xcluster\__init__.py | ||
xcluster-master\src\python\xcluster\eval | ||
xcluster-master\src\python\xcluster\eval\__init__.py | ||
xcluster-master\src\python\xcluster\eval\eval_dataset.py | 7001 | 2017-08-31 |
xcluster-master\src\python\xcluster\models | ||
xcluster-master\src\python\xcluster\models\PNode.py | 32720 | 2017-08-31 |
xcluster-master\src\python\xcluster\models\__init__.py | ||
xcluster-master\src\python\xcluster\models\pruning_heuristics.py | 9728 | 2017-08-31 |
xcluster-master\src\python\xcluster\test | ||
xcluster-master\src\python\xcluster\test\__init__.py | ||
xcluster-master\src\python\xcluster\test\pnode_dendrogram_purity_test.py | 2499 | 2017-08-31 |
xcluster-master\src\python\xcluster\utils | ||
xcluster-master\src\python\xcluster\utils\__init__.py | ||
xcluster-master\src\python\xcluster\utils\deltasep_utils.py | 8674 | 2017-08-31 |
xcluster-master\src\python\xcluster\utils\dendrogram_purity.py | 3971 | 2017-08-31 |
xcluster-master\src\python\xcluster\utils\dir_utils.py | 822 | 2017-08-31 |
xcluster-master\src\python\xcluster\utils\serialize_trees.py | 2978 | 2017-08-31 |
xcluster-master\src\scala | ||
xcluster-master\src\scala\xcluster | ||
xcluster-master\src\scala\xcluster\eval | ||
xcluster-master\src\scala\xcluster\eval\EvalDendrogramPurity.scala | 13602 | 2017-08-31 |
xcluster-master\src\scala\xcluster\eval\EvalPairwise.scala | 2813 | 2017-08-31 |
xcluster-master\src\scala\xcluster\eval\RunPerch.scala | 9703 | 2017-08-31 |
xcluster-master\src\scala\xcluster\models | ||
xcluster-master\src\scala\xcluster\models\PerchNode.scala | 50429 | 2017-08-31 |
xcluster-master\src\scala\xcluster\models\Point.scala | 1576 | 2017-08-31 |
xcluster-master\src\scala\xcluster\package.scala | 3630 | 2017-08-31 |
xcluster-master\src\scala\xcluster\utils | ||
xcluster-master\src\scala\xcluster\utils\ConsistentId.scala | 962 | 2017-08-31 |
xcluster-master\src\scala\xcluster\utils\Graphviz.scala | 4983 | 2017-08-31 |
xcluster-master\src\scala\xcluster\utils\OperationCounter.scala | 1131 | 2017-08-31 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.