- 授权协议: Apache
- 开发语言: Scala
- 操作系统: 跨平台
- 软件首页: http://www.scalanlp.org/
- 软件文档: http://www.scalanlp.org/documentation/
- 官方下载: https://github.com/scalanlp/breeze
软件介绍
ScalaNLP 是一组 Scala 的机器学习和数学计算库。包含了很多库的封装。
示例代码:
scala> x(0) Double = 0.0 scala> x(1) = 2 scala> x breeze.linalg.DenseVector[Double] = DenseVector(0.0, 2.0, 0.0, 0.0, 0.0)
