.TH MPI_ASSIGN 1 "April 11, 2011" .SH NAME mpi_assign \- Assign points to cluster centers produced by mpi_kmeans .SH SYNOPSIS .B mpi_assign .RI [ options ] .SH DESCRIPTION \fBmpi_assign\fP is a program that assigns points to a list of cluster centers as generated by \fBmpi_kmeans\fR(1). .SH OPTIONS A summary of options is included below. .SS "Generic Options" .TP \fB\-\-help\fR Produce help message .SS "Input/Output Options" .TP \fB\-\-data\fR file Data file, one datum per line (default: "data.txt") .TP \fB\-\-cluster\fR file Cluster file, one cluster center per line (default: clustercenter.txt) .TP \fB\-\-assignment\fR file Output file, one cluster center per line (default: assignment.txt) .SS "Example:" .IP mpi_assign \fB\-\-data\fR example.txt \fB\-\-cluster\fR clusters.txt \fB\-\-assignment\fR assignment.txt .SH SEE ALSO .BR mpi_kmeans (1) .SH AUTHOR \fBmpi_assign\fR was written by Peter Gehler . .PP This manual page was written by Christian Kastner for the Debian project (and may be used by others).