public final class KMeansClustering extends Object
| Constructor and Description |
|---|
KMeansClustering(VectorsReader reader,
int k,
String outFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
clustering() |
public KMeansClustering(VectorsReader reader, int k, String outFile)
public void clustering()
throws IOException
IOExceptionCopyright © 2014–2021 码农场. All rights reserved.