Section: User Commands (1)Updated: April 11, 2011Local indexUp
NAME
mpi_kmeans - K-Means clustering tool
SYNOPSIS
mpi_kmeans
[options]
DESCRIPTION
mpi_kmeans is a program that uses k-means clustering to produce a list of
cluster centers. The resulting data can be used by mpi_assign(1) to assign
points to those cluster centers.
OPTIONS
A summary of options is included below.
Generic Options:
--help
Produce help message
Input/Output Options:
--datafile
Training file, one datum per line (default: "data.txt")
--outputfile
Output file, one cluster center per line (default: "output.txt")
K-Means Options:
--knum
Number of clusters to generate (default: 100)
--restartsnum
Number of k-means restarts (default: 0 = single run)
--maxiternum
Maximum number of k-means iterations (default: 0 = infinity)