| 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:
< output-path >/points for the data points
< output-path >/centers for the cluster centers
args - IOExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.