MKMeans:使用MPI的K 均值算法 源码
项目2-MPI-Michael,Ilui和-bijaya GitHub Classroom创建的project-2-mpi-michael-Ilui和-bijaya 迈克尔·伯迪 Bijaya Shrestha 朱莉安娜·范(Giuliana Pham) 编译并运行程序的命令: 使用3个过程确定数据中的5个簇(默认值:input.txt) mpicc main.c mpirun -np 3 ./a.out 5 使用5个过程确定数据中的8个聚类(默认值:input.txt) mpicc main.c mpirun -np 5 ./a.out 8 使用5个过程使用inpu
文件列表
MKMeans-master.zip
(预估有个8文件)
MKMeans-master
main.c
8KB
pseudocode.c
4KB
output3.txt
2KB
.gitignore
97B
README.md
2KB
input2.txt
50KB
input.txt
405B
input3.txt
133B
暂无评论