6

Possible Duplicate:
Is there a good math/stats library for Scala?

I'm looking for a linear algebra library for Scala (for implementing a Random Forests algorithm). However, it seems there are many Scala LA libraries and have no clue which to pick.

I've come across scalala, ScaLAPACK, ScalaNLP, scalalab, etc...

I'm looking for a library with good documentation which hasn't been abandoned yet.

Mind sharing your experiences with any of the Scala linear algebra libraries? Which one would you recommend?

Community
  • 1
  • 1
rcannood
  • 1,066
  • 1
  • 8
  • 11

1 Answers1

13

See http://www.scalanlp.org/ where Breeze is the merger of the ScalaNLP and Scalala projects

oluies
  • 17,694
  • 14
  • 74
  • 117
  • Thanks! I looked into it, I'll be using this as framework :) – rcannood Sep 23 '12 at 18:39
  • I understand that you have already accepted the answer. But, if you wanted to check out some benchmarks, check this out as well [LinearAlgebra](http://statr.me/2015/09/an-overview-of-linear-algebra-libraries-in-scala-java/). This was very useful to me. – Pramit Sep 28 '16 at 21:11