MKMeans:使用MPI的K-均值算法

时间:2024-03-02 07:28:39
【文件属性】:

文件名称:MKMeans:使用MPI的K-均值算法

文件大小:28KB

文件格式:ZIP

更新时间:2024-03-02 07:28:39

C

项目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个过程使用input2.txt文件中的数据确定5个集群。 mpirun -np 3 ./a.out 5 input2.txt 程序的参数是要计算的簇数。 每个进程将计算自己的集群集,就好像它是唯一的进程一样。 数据将


【文件预览】:
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)

网友评论