快速SVD算法算法、快速、SVD

2023-09-11 05:30:19 作者:陈年白

我在找一个快库来进行SVD​​(奇异值分解)在Java中。 我已经尝试了一些库,我发现,我已经做了一些基准测试(该值显示我的基准测试运行的平均时间......),这不是一个真正的有效的指标,但它在我需要处理的数据进行测试,所以对我来说足够。

I'm looking for a fast library to compute SVD (Singular Value Decomposition) in Java. I have already tried some libs I've found and I've done some benchmark (the values show the average time of my benchmark run...) It's not really a valid benchmark, but it was tested on the data I need to process, so enough for me..

贾马 - 152 102ms ujmp - 156 603ms 共享数学 - 183 877ms 小马 - 203 866ms jblas - 方法要慢... Jama - 152 102ms ujmp - 156 603ms Commons Math - 183 877ms colt - 203 866ms jblas - way slower...

我真的不希望找到的东西比贾马快,但我可以给它一个尝试......你能推荐我一些其他的库?谢谢!

I don't really expect to find something faster than Jama, but I can give it a try... Can you recommend me some other library? Thanks!

编辑: 我发现href="http://$c$c.google.com/p/java-matrix-benchmark/" rel="nofollow">不错页面与线性代数库基准一个