Skip to content
Snippets Groups Projects
Commit ba06e9c9 authored by Eric Zhang's avatar Eric Zhang
Browse files

Update examples/src/main/scala/spark/examples/LocalLR.scala

fix spelling mistake
parent 01413ca0
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import spark.util.Vector
object LocalLR {
val N = 10000 // Number of data points
val D = 10 // Numer of dimensions
val D = 10 // Number of dimensions
val R = 0.7 // Scaling factor
val ITERATIONS = 5
val rand = new Random(42)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment