| Constructor and Description |
|---|
KMeansDataGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main method to generate data for the
KMeans example program. |
public static void main(String[] args) throws IOException
KMeans example program.
The generator creates to files:
{tmp.dir}/points for the data points
{tmp.dir}/centers for the cluster centers
args - IOExceptionCopyright © 2013–2014. All rights reserved.