Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linear algebra library for Scala? [duplicate]

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?

like image 926
Saew Avatar asked Sep 22 '12 15:09

Saew


1 Answers

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

like image 78
oluies Avatar answered Nov 12 '22 19:11

oluies