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