DOKK / manpages / debian 10 / mpikmeans-tools / mpi_assign.1.en
MPI_ASSIGN(1) General Commands Manual MPI_ASSIGN(1)

mpi_assign - Assign points to cluster centers produced by mpi_kmeans

mpi_assign [options]

mpi_assign is a program that assigns points to a list of cluster centers as generated by mpi_kmeans(1).

A summary of options is included below.

Produce help message

Data file, one datum per line (default: "data.txt")
Cluster file, one cluster center per line (default: clustercenter.txt)
Output file, one cluster center per line (default: assignment.txt)

mpi_assign --data example.txt --cluster clusters.txt --assignment assignment.txt

mpi_kmeans(1)

mpi_assign was written by Peter Gehler <pgehler@tuebingen.mpg.de>.

This manual page was written by Christian Kastner <ckk@debian.org> for the Debian project (and may be used by others).

April 11, 2011