A linear algebra library for Scala?

Possible duplicate:
Is there a good math / statistics library for Scala?

I am looking for a linear algebra library for Scala (to implement a random forest algorithm). However, it seems that there are many Scala LA libraries and do not have a clue to choose.

I met scalala , ScaLAPACK , ScalaNLP , scalalab etc.

I am looking for a library with good documentation that has not yet been abandoned.

Remember that you share your experience with any of the Scala linear algebra libraries? Which one would you recommend?

+5
source share
1 answer

. http://www.scalanlp.org/, Breeze ScalaNLP Scalala

+11

All Articles