Here is how to compute Simple linear regression in Scala. Class LinearRegression takes in n measurements from a List[(x: Double, y: Double)] and computes the line... - http://eric-mariacher.blogspot.com/2011...
When programming in Java or Scala, I miss those C pre compiler macros __FILE__ , __LINE__ and __FUNC__ . I use them for logging where I am in my programs. Well, I... - http://eric-mariacher.blogspot.com/2011...