开发者

Singular Value Decomposition SVD in php [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_Python百科 Closed 10 years ago.

Is there a SVD implementation in php?


Paul Meagher has done a PHP port of Java's JAMA matrix class at phpmath.com. It's PHP4, but runs quite happily, and does provide a SingularValueDecomposition class.

It doesn't seem to be available on the site at the moment (the link is broken), but the class is included as part of my PHPExcel distribution (albeit I've updated the core matrix classes to PHP5).


Singular Value Decomposition is a way of factoring matrices into a series of linear approximations that expose the underlying structure of the matrix. SVD is extraordinarily useful and has many applications such as data analysis, signal processing, pattern recognition, image compression, weather prediction, and Latent Semantic Analysis or LSA (also referred to as Latent Semantic Indexing or LSI).

For its implementation in PHP, visit the following links.

  • Singular Value Decomposition (SVD) in PHP
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜