Linear algebra library for Scala? [duplicate]

2019-05-02 16:22发布

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?

1条回答
放荡不羁爱自由
2楼-- · 2019-05-02 16:35

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

查看更多
登录 后发表回答