Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
syntax error
  • Loading branch information
vjtrost88 committed Apr 23, 2017
1 parent 0fe8b5e commit 4f2b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/src/main/scala/Driver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object Driver {
println("Cost: " + cost)

//write cluster centers to file
clusterCenter.collect()
clusterCenters.collect()
val writer1 = new PrintWriter(new File("uberNightClusterCenters.txt"))
clusterCenters.foreach(x => writer1.write(x + "\n"))
writer1.close()
Expand Down

0 comments on commit 4f2b5b0

Please sign in to comment.