java - 与 Java 一起使用的最佳数学库是什么?

标签 java math

<分区>

我想使用数学函数进行数据挖掘和分析。 我需要一个关于我可以用 java 用于此目的的库的意见。 你有什么建议吗?

最佳答案

colt .

The Colt library provides fundamental general-purpose data structures optimized for numerical data, such as resizable arrays, dense and sparse matrices (multi-dimensional arrays), linear algebra, associative containers and buffer management.

The Jet library contains mathematical and statistical tools for data analysis, powerful histogramming functionality, Random Number Generators and Distributions useful for (event) simulations, and more.

The CoreJava library contains C-like print formatting. The Concurrent library contains standardized, efficient utility classes commonly encountered in parallel & concurrent programming.

关于java - 与 Java 一起使用的最佳数学库是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3318119/

相关文章:

java - 为 TestNG 数据提供者将列表转换为二维数组 Java

java - 如何使用 CBC 实现 Java 256 位 AES 加密

r - 为什么 NaN^0 == 1

ruby - z 分数到概率,反之亦然

math - 一些运营商之间的区别 "|"、 "^"、 "&"、 "&^"。戈朗

java - 访问自定义异常中的字段时出现问题

java - 为什么 putHashmap 不按顺序显示数据?

Javascript 找出根据数字组成的自然群有多少个?

math - 在 Julia 中有效地向矩阵添加标量

Java重命名旧目录或删除它以创建新目录