4445464748495051
} @Override protected Plan getTestJob() { KMeans kmi = new KMeans(); return kmi.getScalaPlan(4, pointsPath, clusterPath, resultPath, 20); }