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
- IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.