678910111213
public class Main { public static void main(String[] args) throws IOException { ClustersProcessor processor = new ClustersProcessor("manhattan_5_50.csv","centers.csv"); processor.run(); }